diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -826,7 +826,10 @@ typedef struct { typedef struct { bool beaglebone; bool olimex; - bool gpib; + bool has_gpib; + bool has_i2c; + bool has_gpmc; + bool has_gpio; char remount_point[128]; } HWDetectStruct; |