1170530Ssam/*	$NetBSD: dev_net.h,v 1.5 2007/10/27 12:21:17 tsutsui Exp $	*/
2178354Ssam
3170530Ssamint	net_open(struct open_file *, ...);
4170530Ssamint	net_close(struct open_file *);
5170530Ssamint	net_ioctl(struct open_file *, u_long, void *);
6170530Ssamint	net_strategy(void *, int , daddr_t , size_t, void *, size_t *);
7170530Ssam
8170530Ssam#ifdef SUPPORT_BOOTP
9170530Ssamextern int try_bootp;
10170530Ssam#endif
11170530Ssam