comparison gsm-fw/bsp/rtc/rtc_env.h @ 160:dbfc9ff4e8d2

gsm-fw: starting to compile RTC code
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Nov 2013 22:52:52 +0000
parents 3c42e6e5fc04
children
comparison
equal deleted inserted replaced
159:3c42e6e5fc04 160:dbfc9ff4e8d2
17 /****************************************************************************/ 17 /****************************************************************************/
18 #ifndef __RTC_ENV_H_ 18 #ifndef __RTC_ENV_H_
19 #define __RTC_ENV_H_ 19 #define __RTC_ENV_H_
20 20
21 21
22 #include "rvm/rvm_gen.h" 22 #include "../../riviera/rvm/rvm_gen.h"
23 23
24 #include "rtc/rtc_pool_size.h" /* Stack & Memory Bank sizes definitions */ 24 #include "rtc_pool_size.h" /* Stack & Memory Bank sizes definitions */
25 25
26 26
27 /* memory bank size and watermark */ 27 /* memory bank size and watermark */
28 #define RTC_MB_PRIM_SIZE RTC_MB1_SIZE 28 #define RTC_MB_PRIM_SIZE RTC_MB1_SIZE
29 #define RTC_MB_PRIM_WATERMARK (RTC_MB_PRIM_SIZE - 20) 29 #define RTC_MB_PRIM_WATERMARK (RTC_MB_PRIM_SIZE - 20)
45 45
46 T_RVM_RETURN rtc_kill (void); 46 T_RVM_RETURN rtc_kill (void);
47 47
48 48
49 #endif /*__RTC_ENV_H_*/ 49 #endif /*__RTC_ENV_H_*/
50