FreeCalypso > hg > fc-selenite
comparison src/cs/services/dar/dar_watchdog.h @ 0:b6a5e36de839
src/cs: initial import from Magnetite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 15 Jul 2018 04:39:26 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b6a5e36de839 |
---|---|
1 /****************************************************************************/ | |
2 /* */ | |
3 /* File Name: dar_watchdog.h */ | |
4 /* */ | |
5 /* Purpose: This function contains the functions prototypes of the */ | |
6 /* watchdog reset functions. */ | |
7 /* */ | |
8 /* Version 0.1 */ | |
9 /* */ | |
10 /* Date Modification */ | |
11 /* ------------------------------------ */ | |
12 /* 18 October 2001 Create */ | |
13 /* */ | |
14 /* Author Stephanie Gerthoux */ | |
15 /* */ | |
16 /* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved*/ | |
17 /****************************************************************************/ | |
18 | |
19 #include "rv/rv_defined_swe.h" | |
20 #ifdef RVM_DAR_SWE | |
21 | |
22 #ifndef __DAR_WATCHDOG_H_ | |
23 #define __DAR_WATCHDOG_H_ | |
24 | |
25 #include "rvm/rvm_gen.h" | |
26 | |
27 /* Reset the system when the general purpose timer expires*/ | |
28 void dar_watchdog_reset(void); | |
29 | |
30 #endif /* _DAR_WATCHDOG_H_ */ | |
31 | |
32 #endif /* #ifdef RVM_DAR_SWE */ |