summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>2000-01-01 00:30:55 +0900
committerroot <root@avtech.domain.avtechpulse.com>2000-01-01 00:30:55 +0900
commit3636beafd37af537f864fb898b7375626236d0a4 (patch)
tree2816b5af784be22458eaf25b126f96ff96feeddd /globals.h
parent93a0b81a4e630821392cb0f469ef8f3fbed46a3b (diff)
abstract the hardware identification checks
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index 83c01a0..90e4173 100644
--- a/globals.h
+++ b/globals.h
@@ -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;