comparison gsm-fw/g23m-glue/cst/mon_cst.h @ 832:c14bc60c6c30

gsm-fw/g23m-glue/cst: import from Leonardo source
author Space Falcon <falcon@ivan.Harhan.ORG>
date Thu, 23 Apr 2015 06:45:55 +0000
parents
children
comparison
equal deleted inserted replaced
831:549b7ac60300 832:c14bc60c6c30
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