diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2010-05-03 21:43:07 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2010-05-03 21:56:09 -0300 |
commit | 36b1110fc48e3237be1fd658c503cfaae16d6c9c (patch) | |
tree | e3c95294377d35fd1a8bce5ef20ac31df18b2f9c /includes/devices.h | |
parent | 9273c075a2f993c5154614b70233d8f74515c851 (diff) |
Remove outdated arch directory
Diffstat (limited to 'includes/devices.h')
-rw-r--r-- | includes/devices.h | 3 |
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); |