FreeCalypso > hg > fc-magnetite
comparison src/cs/services/cst/mon_cst.h @ 0:945cf7f506b2
src/cs: chipsetsw import from tcs211-fcmodem
binary blobs and LCD demo files have been excluded,
all line endings are LF only
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 25 Sep 2016 22:50:11 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:945cf7f506b2 |
---|---|
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 |