1 /* $NetBSD: netif.h,v 1.3.78.1 2009/05/04 08:12:02 yamt 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
Indexes created Tue Oct 14 01:09:49 GMT 2025