1. Update NetworkPkg\PXE driver to consume netlib library function NetLibGetSystemGuid()
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12019 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -25,20 +25,6 @@
|
||||
#define ICMP_PARAMETER_PROBLEM 12
|
||||
|
||||
|
||||
/**
|
||||
This function obtain the system guid and serial number from the smbios table.
|
||||
|
||||
@param[out] SystemGuid The pointer of returned system guid.
|
||||
|
||||
@retval EFI_SUCCESS Successfully obtained the system guid.
|
||||
@retval EFI_NOT_FOUND Did not find the SMBIOS table.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
PxeBcGetSystemGuid (
|
||||
OUT EFI_GUID *SystemGuid
|
||||
);
|
||||
|
||||
|
||||
/**
|
||||
Flush the previous configration using the new station Ip address.
|
||||
|
Reference in New Issue
Block a user