Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / alpha / stand / netboot / dev_net.h
blobdbc837de18ab0db17786ee087dfb7c4602b9668a
1 /* $NetBSD: dev_net.h,v 1.3 2002/11/09 06:34:38 thorpej Exp $ */
4 int net_open(struct open_file *, ...);
5 int net_close(struct open_file *);
6 int net_ioctl(struct open_file *, u_long, void *);
7 int net_strategy(void *, int , daddr_t , size_t, void *, size_t *);