diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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; |