comparison gsm-fw/bsp/rtc/rtc_messages_i.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_MESSAGES_H_ 18 #ifndef __RTC_MESSAGES_H_
19 #define __RTC_MESSAGES_H_ 19 #define __RTC_MESSAGES_H_
20 20
21 21
22 #include "rv/rv_general.h" 22 #include "../../riviera/rv/rv_general.h"
23 #include "rvf/rvf_api.h" 23 #include "../../riviera/rvf/rvf_api.h"
24 24
25 #ifdef __cplusplus 25 #ifdef __cplusplus
26 extern "C" 26 extern "C"
27 { 27 {
28 #endif 28 #endif
55 } 55 }
56 #endif 56 #endif
57 57
58 58
59 #endif /* __RTC_MESSAGES_H_ */ 59 #endif /* __RTC_MESSAGES_H_ */
60