Changeset b2225d7 in rtems
- Timestamp:
- 01/06/98 15:40:35 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2872e0b
- Parents:
- 2934c3e
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/src/watchdog.c
r2934c3e rb2225d7 51 51 ) 52 52 { 53 ISR_Level 54 Watchdog_States 53 ISR_Level level; 54 Watchdog_States previous_state; 55 55 Watchdog_Control *next_watchdog; 56 56 -
cpukit/score/src/watchdog.c
r2934c3e rb2225d7 51 51 ) 52 52 { 53 ISR_Level 54 Watchdog_States 53 ISR_Level level; 54 Watchdog_States previous_state; 55 55 Watchdog_Control *next_watchdog; 56 56
Note: See TracChangeset
for help on using the changeset viewer.