comparison gsm-fw/services/dar/dar_watchdog.h @ 306:81bee6125882

DAR integration: header cleanup
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 16 Mar 2014 06:50:26 +0000
parents 4dccc9d3305f
children
comparison
equal deleted inserted replaced
305:4dccc9d3305f 306:81bee6125882
5 /* Purpose: This function contains the functions prototypes of the */ 5 /* Purpose: This function contains the functions prototypes of the */
6 /* watchdog reset functions. */ 6 /* watchdog reset functions. */
7 /* */ 7 /* */
8 /* Version 0.1 */ 8 /* Version 0.1 */
9 /* */ 9 /* */
10 /* Date Modification */ 10 /* Date Modification */
11 /* ------------------------------------ */ 11 /* ------------------------------------ */
12 /* 18 October 2001 Create */ 12 /* 18 October 2001 Create */
13 /* */ 13 /* */
14 /* Author Stephanie Gerthoux */ 14 /* Author Stephanie Gerthoux */
15 /* */ 15 /* */
16 /* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved*/ 16 /* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved*/
17 /****************************************************************************/ 17 /****************************************************************************/
18 18
19 #include "rv/rv_defined_swe.h" 19 #include "../../riviera/rv/rv_defined_swe.h"
20 #ifdef RVM_DAR_SWE 20 #ifdef RVM_DAR_SWE
21 21
22 #ifndef __DAR_WATCHDOG_H_ 22 #ifndef __DAR_WATCHDOG_H_
23 #define __DAR_WATCHDOG_H_ 23 #define __DAR_WATCHDOG_H_
24 24
25 #include "rvm/rvm_gen.h" 25 #include "../../riviera/rvm/rvm_gen.h"
26 26
27 /* Reset the system when the general purpose timer expires*/ 27 /* Reset the system when the general purpose timer expires*/
28 void dar_watchdog_reset(void); 28 void dar_watchdog_reset(void);
29 29
30 #endif /* _DAR_WATCHDOG_H_ */ 30 #endif /* _DAR_WATCHDOG_H_ */