mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
6b4f575cb1
modules). Obtained from: NetBSD, with some architectural changes and many additions.
8 lines
173 B
C
8 lines
173 B
C
/* $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();
|
|
|