xref: /netbsd-src/sys/arch/sun68k/stand/libsa/netif.h (revision 413d532bcc3f62d122e56d92e13ac64825a40baf)
1 /*	$NetBSD: netif.h,v 1.4 2009/01/12 11:32:45 tsutsui Exp $	*/
2 
3 
4 #include "iodesc.h"
5 
6 struct netif {
7 	void *nif_devdata;
8 };
9 
10 int		netif_open(void *);
11 int		netif_close(int);
12