summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index d55351c..353a6cf 100644
--- a/globals.h
+++ b/globals.h
@@ -776,6 +776,12 @@ typedef struct {
typedef struct {
+ int beaglebone;
+ int gpib;
+} HWDetectStruct;
+
+
+typedef struct {
ConstraintsStruct Constraints;
ChannelStruct ChannelState[max_channels];
FlashStruct Flash;
@@ -787,6 +793,7 @@ typedef struct {
TimeStruct Timers;
MenuStatusStruct MenuStatus;
RemoteStruct Remote;
+ HWDetectStruct HWDetect;
} GlobalStruct;