FreeCalypso > hg > tcs211-l1-reconst
view chipsetsw/services/cst/mon_cst.h @ 147:80a10cce16e0
l1_sync.c: no longer need to include hacked-up l1_pwmgr.h
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 15 May 2016 19:29:11 +0000 |
parents | 509db1a7b7b8 |
children |
line wrap: on
line source
/* +--------------------------------------------------------------------+ | PROJECT : XXX SOURCE : MON_CST.H | | AUTHOR : XXX VERSION: 1.0 | | CREATED : 01.02.99 STATE : code | +--------------------------------------------------------------------+ MODULE : MON_CST PURPOSE : Monitoring definitions for entity CST. */ #ifndef MON_CST_H #define MON_CST_H /*==== CONSTANTS ==================================================*/ /*==== TYPES ======================================================*/ typedef struct { T_VERSION * version; } T_MONITOR; /*==== EXPORT =====================================================*/ #endif