blob: a035c63fb381374760dc66091a52f8c644fff49a (
plain)
1
2
3
4
5
6
7
8
|
/* $NetBSD: dev_net.h,v 1.4 2009/03/14 14:45:53 dsl Exp $ */
int net_open(struct open_file *, ...);
int net_close(struct open_file *);
int net_ioctl(struct open_file *, u_long, void *);
int net_strategy(void *, int , daddr_t , size_t, void *, size_t *);
|