Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / i386 / stand / pxeboot / dev_net.h
blob1e6767f354f3efe44e145d732bfea19db989e134
1 /* $NetBSD: dev_net.h,v 1.1 2002/02/16 16:26:23 thorpej Exp $ */
3 int net_open(struct open_file *, ...);
4 int net_close(struct open_file *);
5 int net_ioctl(struct open_file *, u_long, void *);
6 int net_strategy(void *, int , daddr_t , size_t, void *, size_t *);