1 /* $MirOS: contrib/hosted/fwcf/defs.h,v 1.7 2007/03/13 18:28:20 tg Exp $ */
4 * This file is part of the FreeWRT project. FreeWRT is copyrighted
5 * material, please see the LICENCE file in the top-level directory
6 * or at http://www.freewrt.org/licence for details.
12 #define DEF_FLASHBLOCK 65536 /* size of a flash block */
13 #define DEF_FLASHPART 16777215 /* max size of the partition */
15 #define FWCF_VER 0x01 /* major version of spec used */
18 #define __RCSID(x) static const char __rcsid[] __attribute__((used)) = (x)
22 #define __dead __attribute__((noreturn))
25 #include "replace.h" /* strlcpy/strlcat replacement for glibc */