blob: f78e042e745bb89a411f170eb012065b2b491369 (
plain)
1
2
3
4
5
6
7
8
|
/* $NetBSD: dev_net.h,v 1.3 2002/11/09 06:34:38 thorpej Exp $ */
int net_open __P((struct open_file *, ...));
int net_close __P((struct open_file *));
int net_ioctl __P((struct open_file *, u_long, void *));
int net_strategy __P((void *, int , daddr_t , size_t, void *, size_t *));
|