[efi] Add basic implementation of EFI SIMPLE_NETWORK_PROTOCOL

This implementation is tested and working, but not currently tied in
to the EFI build.
This commit is contained in:
Michael Brown
2008-10-16 05:38:23 +01:00
parent 3a505dfc35
commit c99b16c974
5 changed files with 2367 additions and 0 deletions

View File

@@ -158,6 +158,7 @@
#define ERRFILE_ifmgmt ( ERRFILE_OTHER | 0x000e0000 )
#define ERRFILE_iscsiboot ( ERRFILE_OTHER | 0x000f0000 )
#define ERRFILE_efi_pci ( ERRFILE_OTHER | 0x00100000 )
#define ERRFILE_efi_snp ( ERRFILE_OTHER | 0x00110000 )
/** @} */