diff options
Diffstat (limited to 'sys/arch/aviion/stand/netboot/dev_net.h')
-rw-r--r-- | sys/arch/aviion/stand/netboot/dev_net.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/arch/aviion/stand/netboot/dev_net.h b/sys/arch/aviion/stand/netboot/dev_net.h new file mode 100644 index 00000000000..40250b53f58 --- /dev/null +++ b/sys/arch/aviion/stand/netboot/dev_net.h @@ -0,0 +1,7 @@ +/* $OpenBSD: dev_net.h,v 1.1 2006/05/16 22:48:18 miod Exp $ */ + +int net_open(struct open_file *, ...); +int net_close(struct open_file *); +int net_ioctl(); +int net_strategy(); + |