blob: a361a99c0412c50d026b1f69199a0127c717ae1d [file]
#ifndef _SNPNET_H
#define _SNPNET_H
/** @file
*
* SNP NIC driver
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
FILE_SECBOOT ( PERMITTED );
struct efi_device;
extern int snpnet_supported ( EFI_HANDLE device, EFI_GUID *protocol,
int inhibit_wifi );
extern int snpnet_exclude ( EFI_HANDLE device );
extern int snpnet_start ( struct efi_device *efidev );
extern void snpnet_stop ( struct efi_device *efidev );
#endif /* _SNPNET_H */