From 41e73b50f0addac28ee0e87fe10043dc6d45ba68 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 31 Dec 1999 20:17:42 -0500 Subject: make hardware-detect flags global --- globals.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'globals.h') diff --git a/globals.h b/globals.h index d55351c..353a6cf 100644 --- a/globals.h +++ b/globals.h @@ -775,6 +775,12 @@ typedef struct { } RemoteStruct; +typedef struct { + int beaglebone; + int gpib; +} HWDetectStruct; + + typedef struct { ConstraintsStruct Constraints; ChannelStruct ChannelState[max_channels]; @@ -787,6 +793,7 @@ typedef struct { TimeStruct Timers; MenuStatusStruct MenuStatus; RemoteStruct Remote; + HWDetectStruct HWDetect; } GlobalStruct; -- cgit