summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi/mnpnet.h
blob: 99d6cf08308f5f01a9bdebbaa303f65963cb28e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef _IPXE_EFI_MNPNET_H
#define _IPXE_EFI_MNPNET_H

/** @file
 *
 * MNP NIC driver
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

struct efi_device;
struct net_device;

extern int mnpnet_start ( struct efi_device *efidev );
extern void mnpnet_stop ( struct efi_device *efidev );
extern int mnptemp_create ( EFI_HANDLE handle, struct net_device **netdev );
extern void mnptemp_destroy ( struct net_device *netdev );

#endif /* _IPXE_EFI_MNPNET_H */