542ccfb0d5
(we really don't need to support multiple interfaces) Also arrange things so that we are able to unload the PXE stacks only when we are sure that we don't need them anymore. (To make this more useful, a hook in exec() is needed.
6 lines
153 B
C
6 lines
153 B
C
/* $NetBSD: pxe_netif.h,v 1.1 2003/03/12 17:33:10 drochner Exp $ */
|
|
|
|
int pxe_netif_open(void);
|
|
void pxe_netif_close(int);
|
|
void pxe_netif_shutdown(void);
|