git: 9front

ref: fba26570ecd4cb22dba2f0fe15770b23bcc2a637
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)))