File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / inc / Attic / clog.h
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 12:45:40 2011 UTC (13 years ago) by misho
Branches: MAIN
CVS tags: tools1_1, TOOLS1_0, HEAD
new ver

    1: #ifndef __CLOG_H
    2: #define __CLOG_H
    3: 
    4: 
    5: #define BUFLEN	16384
    6: #define MAGIC	"CLOG"
    7: 
    8: 
    9: struct clogFooter {
   10: 	uint32_t cf_magic;
   11: 	uint32_t cf_wrap;
   12: 	uint32_t cf_next;
   13: 	uint32_t cf_max;
   14: 	uint32_t cf_lock;
   15: };
   16: 
   17: 
   18: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>