comparison src/cs/services/cst/mon_cst.h @ 0:4e78acac3d88

src/{condat,cs,gpf,nucleus}: import from Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 06:23:26 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4e78acac3d88
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