comparison gpf/tst_pei/tst_primitives.h @ 0:75a11d740a02

initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 00:02:41 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:75a11d740a02
1 /*
2 +------------------------------------------------------------------------------
3 | File: tst_primitives.h
4 +------------------------------------------------------------------------------
5 | Copyright Texas Instruments 2002
6 | All rights reserved.
7 |
8 +------------------------------------------------------------------------------
9 | Purpose: Definitions for the IDLE entity.
10 | $Identity:$
11 +------------------------------------------------------------------------------
12 */
13
14 #ifndef TST_PRIMITIVES
15 #define TST_PRIMITIVES
16
17 /*==== INCLUDES ==============================================================*/
18
19 /*==== CONSTS ================================================================*/
20
21 #define IDLE_REQ 0x00000010
22 #define IDLE_CNF 0x00010010
23
24 #define SYSPRIM_EXT_TICK_MODE_REQ "EXT_TICK_MODE_REQ"
25 #define SYSPRIM_EXT_TICK_MODE_CNF "EXT_TICK_MODE_CNF"
26 #define SYSPRIM_INT_TICK_MODE_REQ "INT_TICK_MODE_REQ"
27 #define SYSPRIM_INT_TICK_MODE_CNF "INT_TICK_MODE_CNF"
28 #define SYSPRIM_TIMER_TICK_REQ "TIMER_TICK_REQ"
29 #define SYSPRIM_TIMER_TICK_CNF "TIMER_TICK_CNF"
30
31 #define SYSPRIM_IDLE_REQ "IDLE_REQ"
32 #define SYSPRIM_IDLE_CNF "IDLE_CNF"
33
34
35 /*==== TYPES =================================================================*/
36
37 #ifndef __T_IDLE_CNF__
38 #define __T_IDLE_CNF__
39 typedef struct
40 {
41 U8 dummy; /*< 0: 1> */
42 } T_IDLE_CNF;
43 #endif
44
45 #ifndef __T_IDLE_REQ__
46 #define __T_IDLE_REQ__
47 typedef struct
48 {
49 U8 dummy; /*< 0: 1> */
50 } T_IDLE_REQ;
51 #endif
52
53
54 /*==== EXPORTS ===============================================================*/
55
56 #endif /* TST_PRIMITIVES */
57 /*==== END OF FILE ===========================================================*/