summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/watchdog.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-09 20:04:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-09 20:04:22 +0000
commit48e34595864208220234c1762204e265dec94cda (patch)
tree1d7b5cb6be149dc7c5a19c3e0ca9483a8e545095 /cpukit/score/include/rtems/score/watchdog.h
parentadded SYSTEM_STATE_SHUTDOWN (diff)
downloadrtems-48e34595864208220234c1762204e265dec94cda.tar.bz2
corrected spacing.
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/watchdog.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/cpukit/score/include/rtems/score/watchdog.h b/cpukit/score/include/rtems/score/watchdog.h
index c77d9f1307..2737fe4253 100644
--- a/cpukit/score/include/rtems/score/watchdog.h
+++ b/cpukit/score/include/rtems/score/watchdog.h
@@ -78,15 +78,15 @@ typedef enum {
*/
typedef struct {
- Chain_Node Node;
- Watchdog_States state;
- Watchdog_Interval initial;
- Watchdog_Interval delta_interval;
- Watchdog_Interval start_time;
- Watchdog_Interval stop_time;
+ Chain_Node Node;
+ Watchdog_States state;
+ Watchdog_Interval initial;
+ Watchdog_Interval delta_interval;
+ Watchdog_Interval start_time;
+ Watchdog_Interval stop_time;
Watchdog_Service_routine_entry routine;
- Objects_Id id;
- void *user_data;
+ Objects_Id id;
+ void *user_data;
} Watchdog_Control;
/*