comparison g23m-glue/cst/mon_cst.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 | PROJECT : XXX SOURCE : MON_CST.H |
4 | AUTHOR : XXX VERSION: 1.0 |
5 | CREATED : 01.02.99 STATE : code |
6 +--------------------------------------------------------------------+
7
8 MODULE : MON_CST
9
10 PURPOSE : Monitoring definitions for entity CST.
11 */
12
13 #ifndef MON_CST_H
14 #define MON_CST_H
15
16 /*==== CONSTANTS ==================================================*/
17
18 /*==== TYPES ======================================================*/
19
20 typedef struct
21 {
22 T_VERSION * version;
23 } T_MONITOR;
24
25 /*==== EXPORT =====================================================*/
26
27 #endif
28