|
iPXE
|
MNP driver. More...
#include <errno.h>#include <ipxe/efi/efi.h>#include <ipxe/efi/efi_driver.h>#include <ipxe/efi/mnpnet.h>#include "snpnet.h"Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static int | mnp_supported (EFI_HANDLE device) |
| Check to see if driver supports a device. More... | |
| struct efi_driver mnp_driver | __efi_driver (EFI_DRIVER_MNP) |
| EFI MNP driver. More... | |
MNP driver.
Definition in file mnp.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
Check to see if driver supports a device.
| device | EFI device handle |
| rc | Return status code |
Definition at line 44 of file mnp.c.
References efi_managed_network_service_binding_protocol_guid, and snpnet_supported().
| struct efi_driver mnp_driver __efi_driver | ( | EFI_DRIVER_MNP | ) |
EFI MNP driver.
1.8.15