comparison gsm-fw/bsp/rtc/rtc_handle_message.c @ 161:98be4841eeb7

gsm-fw: RTC code hooked into the build
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 18 Nov 2013 00:08:43 +0000
parents 3c42e6e5fc04
children
comparison
equal deleted inserted replaced
160:dbfc9ff4e8d2 161:98be4841eeb7
18 * 18 *
19 * (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved 19 * (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved
20 */ 20 */
21 21
22 22
23 #include "rv/rv_general.h" 23 #include "../../riviera/rv/rv_general.h"
24 #include "rvf/rvf_api.h" 24 #include "../../riviera/rvf/rvf_api.h"
25 #include "rvm/rvm_use_id_list.h" 25 #include "../../riviera/rvm/rvm_use_id_list.h"
26 26
27 27
28 /* External declaration */ 28 /* External declaration */
29 extern void rtc_process(T_RV_HDR * msg_ptr); 29 extern void rtc_process(T_RV_HDR * msg_ptr);
30 30