git: 9front

ref: 66e69b59623c99ce8c53b40556df4dde9a0eac7c
dir: /sys/src/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)))