summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 20:02:24 -0500
committerroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 20:02:24 -0500
commit22d19c0d2a9d56ad560b44cfcb65b69bf4ca278c (patch)
treef9441bbf2843b341c1f2c875f1801b0af0b65241 /globals.h
parent4d3d806f59d13d8965fd0488cf63fc4aca7553d9 (diff)
startup timer
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/globals.h b/globals.h
index 3c4ff0b..b39cf86 100644
--- a/globals.h
+++ b/globals.h
@@ -6,7 +6,6 @@
#include <stdlib.h>
#include "error_utils.h"
-
#define DEBUG_ON - uncomment this to have debug messages
#ifdef DEBUG_ON
@@ -15,7 +14,6 @@
#define g_print_debug(...) {}
#endif
-
#define error_queue_length 512
#define max_commands_in_input 12
#define max_output_length 512
@@ -128,6 +126,7 @@
#define rs232_echo_off 0x00
#define rs232_echo_on 0x20
+long sec_timer (void);
typedef struct {
int PRIMARY_ADDRESS; /* GPIB chip's GPIB primary address */
@@ -596,6 +595,7 @@ typedef struct {
int oper_enable_register; /* for stat:enable command */
int ques_enable_register; /* for stat:enable command */
int flash_writes_suspended;
+ long startup_timer_value;
} GlobalStruct;