summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/netboot/dev_net.h
blob: 093ba193bfd38a1d2df7ea460dec081c0b09a69a (plain)
1
2
3
4
5
6

int	net_open __P((struct open_file *, ...));
int	net_close __P((struct open_file *));
int	net_ioctl();
int	net_strategy();