comparison gsm-fw/bsp/rtc/rtc_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
1 /********************************************************************************/ 1 /******************************************************************************/
2 /* */ 2 /* */
3 /* File Name: rtc_i.h */ 3 /* File Name: rtc_i.h */
4 /* */ 4 /* */
5 /* Purpose: This file contains the structures, constants and prototypes */ 5 /* Purpose: This file contains the structures, constants and prototypes */
6 /* dedicated to RTC. */ 6 /* dedicated to RTC. */
7 /* */ 7 /* */
8 /* Note: None. */ 8 /* Note: None. */
9 /* */ 9 /* */
10 /* Revision History: */ 10 /* Revision History: */
11 /* 03/20/01 Laurent Sollier Create. */ 11 /* 03/20/01 Laurent Sollier Create. */
12 /* */ 12 /* */
13 /* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved */ 13 /* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved */
14 /* */ 14 /* */
15 /********************************************************************************/ 15 /******************************************************************************/
16 16
17 #ifndef _RTC_I_H_ 17 #ifndef _RTC_I_H_
18 #define _RTC_I_H_ 18 #define _RTC_I_H_
19 19
20 #include "rvm/rvm_gen.h" 20 #include "../../riviera/rvm/rvm_gen.h"
21 #include "rvf/rvf_api.h" 21 #include "../../riviera/rvf/rvf_api.h"
22 22
23 /********************************************************************************/ 23 /******************************************************************************/
24 /* */ 24 /* */
25 /* Define a structure used to store all the informations related to RTC's task*/ 25 /* Define a structure used to store all the informations related to RTC's task*/
26 /* & MBs identifiers. */ 26 /* & MBs identifiers. */
27 /* */ 27 /* */
28 /********************************************************************************/ 28 /******************************************************************************/
29 29
30 typedef struct 30 typedef struct
31 { 31 {
32 T_RVF_MB_ID prim_id; 32 T_RVF_MB_ID prim_id;
33 T_RVF_ADDR_ID addr_id; 33 T_RVF_ADDR_ID addr_id;
34 void* msg_alarm_event; 34 void* msg_alarm_event;
35 } T_RTC_ENV_CTRL_BLK; 35 } T_RTC_ENV_CTRL_BLK;
36 36
37 /******************************************************************************* 37 /*******************************************************************************
38 * 38 *