diff options
Diffstat (limited to 'sys/arch/mvme88k/stand/openbsd/netboot/dev_net.h')
-rw-r--r-- | sys/arch/mvme88k/stand/openbsd/netboot/dev_net.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/arch/mvme88k/stand/openbsd/netboot/dev_net.h b/sys/arch/mvme88k/stand/openbsd/netboot/dev_net.h new file mode 100644 index 00000000000..093ba193bfd --- /dev/null +++ b/sys/arch/mvme88k/stand/openbsd/netboot/dev_net.h @@ -0,0 +1,6 @@ + +int net_open __P((struct open_file *, ...)); +int net_close __P((struct open_file *)); +int net_ioctl(); +int net_strategy(); + |