File:  [ELWIX - Embedded LightWeight unIX -] / fwmaker / inc / defs.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sun Jan 4 18:08:18 2026 UTC (13 days, 10 hours ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

#ifndef __DEFS_H
#define __DEFS_H


struct tagMtd {
	off_t	mtd_offset;
	size_t	mtd_size;
	char	mtd_file[MAXPATHLEN];

	size_t	mtd_fsiz;
};


extern struct tagMtd mtd;
extern char image[MAXPATHLEN];
extern int imgfd;
extern size_t imgsiz;


#endif

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