summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/drivers/net/efi/nii.h
blob: c10be9db5bf63871eff9b9c4aa62fb89f99e1387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _NII_H
#define _NII_H

/** @file
 *
 * NII driver
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

struct efi_device;

extern int nii_start ( struct efi_device *efidev );
extern void nii_stop ( struct efi_device *efidev );

#endif /* _NII_H */