Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / lib / libsa / dev_net.h
blobd802d0c2a577ced1beebe5b29a86c2d2ba19373f
1 /* $NetBSD: dev_net.h,v 1.5 2007/10/27 12:21:17 tsutsui 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 *);
8 #ifdef SUPPORT_BOOTP
9 extern int try_bootp;
10 #endif