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

#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

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