blob: f728c4f9b470437e7aa61e531c47f97f6bfc45a1 (
plain) (
blame)
1
2
3
4
5
6
7
|
/* $NetBSD: dev_net.h,v 1.3 1997/03/15 18:12:14 is Exp $ */
int net_open(struct open_file *, ...);
int net_close(struct open_file *);
int net_ioctl();
int net_strategy();
|