]> git.lizzy.rs Git - plan9front.git/blob - sys/src/boot/zynq/dat.h
ip/cifsd: fix missing int return type for vpack() (thanks pr)
[plan9front.git] / sys / src / boot / zynq / dat.h
1 enum {
2         DHCPTIMEOUT = 2000,
3         ARPTIMEOUT = 1000,
4         TFTPTIMEOUT = 10000,
5         
6         TZERO = 0x80000,
7         CONFSIZE = 65536,
8         CONF = TZERO - CONFSIZE,
9 };
10
11 #define nelem(x) (sizeof(x)/sizeof(*(x)))