xref: /netbsd-src/sys/arch/i386/stand/pxeboot/pxe_netif.h (revision 50728e7823a76d5bd1a7bfa3a4eac400269b1339)
1 /* $NetBSD: pxe_netif.h,v 1.1 2003/03/12 17:33:10 drochner Exp $ */
2 
3 int pxe_netif_open(void);
4 void pxe_netif_close(int);
5 void pxe_netif_shutdown(void);
6