1 /*        $NetBSD: dev_net.h,v 1.2 2009/03/14 14:46:00 dsl Exp $      */
2 
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 *);
7