shithub: riscv

ref: 58dc03cec0df3cf569f73ea90d71f17e6a3dc84d
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)))