File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / inc / Attic / clog.h
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Tue Sep 28 15:50:21 2010 UTC (13 years, 10 months ago) by misho
Branches: tools1_0
add init log

#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>