--- embedtools/inc/Attic/clog.h 2010/09/28 15:02:55 1.1 +++ embedtools/inc/Attic/clog.h 2011/06/08 12:45:40 1.2 @@ -0,0 +1,18 @@ +#ifndef __CLOG_H +#define __CLOG_H + + +#define BUFLEN 16384 +#define MAGIC "CLOG" + + +struct clogFooter { + uint32_t cf_magic; + uint32_t cf_wrap; + uint32_t cf_next; + uint32_t cf_max; + uint32_t cf_lock; +}; + + +#endif