summaryrefslogtreecommitdiff
path: root/sys/arch/sun68k/stand/libsa/netif.h
blob: c598b0b86582edd157698ade401390f7e81f66bb (plain)
1
2
3
4
5
6
7
8
9
10
11
/*	$NetBSD: netif.h,v 1.4 2009/01/12 11:32:45 tsutsui Exp $	*/


#include "iodesc.h"

struct netif {
	void *nif_devdata;
};

int		netif_open(void *);
int		netif_close(int);