summaryrefslogtreecommitdiff
path: root/includes/devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/devices.h')
-rw-r--r--includes/devices.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/devices.h b/includes/devices.h
index adbffd8c..a876e0dd 100644
--- a/includes/devices.h
+++ b/includes/devices.h
@@ -4,6 +4,8 @@
#include "hardinfo.h"
#include "processor-platform.h"
+typedef struct _Processor Processor;
+
#define WALK_UNTIL(x) while((*buf != '\0') && (*buf != x)) buf++
#define GET_STR(field_name,ptr) \
@@ -33,7 +35,6 @@
}
-
/* Processor */
GSList *processor_scan(void);
void get_processor_strfamily(Processor * processor);