Return to clog.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedtools / inc |
1.1.2.1 ! misho 1: #ifndef __CLOG_H ! 2: #define __CLOG_H ! 3: ! 4: ! 5: #define MAGIC "CLOG" ! 6: ! 7: ! 8: struct clogFooter { ! 9: uint32_t cf_magic; ! 10: uint32_t cf_wrap; ! 11: uint32_t cf_next; ! 12: uint32_t cf_max; ! 13: uint32_t cf_lock; ! 14: }; ! 15: ! 16: ! 17: #endif