mirror of
https://github.com/ipxe/ipxe
synced 2026-01-07 20:52:03 +03:00
[efi] Include NII driver within "snp" and "snponly" build targets
End users almost certainly don't care whether the underlying interface is SNP or NII/UNDI. Try to minimise surprise and unnecessary documentation by including the NII driver whenever the SNP driver is requested. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
17
src/drivers/net/efi/nii.h
Normal file
17
src/drivers/net/efi/nii.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef _NII_H
|
||||
#define _NII_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* NII driver
|
||||
*
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
struct efi_device;
|
||||
|
||||
extern int nii_start ( struct efi_device *efidev );
|
||||
extern void nii_stop ( struct efi_device *efidev );
|
||||
|
||||
#endif /* _NII_H */
|
||||
Reference in New Issue
Block a user