code: 9ferno

ref: e81c54ba2ecc673a4d5f8aed0e9b52841fe07b0d
dir: /os/boot/zynq/dat.h/

View raw version
enum {
	DHCPTIMEOUT = 2000,
	ARPTIMEOUT = 1000,
	TFTPTIMEOUT = 10000,
	
	TZERO = 0x80000,
	CONFSIZE = 65536,
	CONF = TZERO - CONFSIZE,
};

#define nelem(x) (sizeof(x)/sizeof(*(x)))