mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-12 23:50:29 -04:00
12 lines
173 B
C
12 lines
173 B
C
/* $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);
|