david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/drivers/net/efi/snpnet.h

18 lines
263 B
C

#ifndef _SNPNET_H
#define _SNPNET_H
/** @file
*
* SNP NIC driver
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
struct efi_device;
extern int snpnet_start ( struct efi_device *efidev );
extern void snpnet_stop ( struct efi_device *efidev );
#endif /* _SNPNET_H */