diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 20:17:42 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 20:17:42 -0500 |
commit | 41e73b50f0addac28ee0e87fe10043dc6d45ba68 (patch) | |
tree | 03ef5764d63837452eedc07dc682d2d6ebfc3c63 /globals.h | |
parent | 2a637c5759191f2911cdf5548d05496600e0655a (diff) |
make hardware-detect flags global
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; |