diff options
Diffstat (limited to 'NetworkPkg/UefiPxeBcDxe/PxeBcSupport.h')
-rw-r--r-- | NetworkPkg/UefiPxeBcDxe/PxeBcSupport.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/NetworkPkg/UefiPxeBcDxe/PxeBcSupport.h b/NetworkPkg/UefiPxeBcDxe/PxeBcSupport.h index 59975d59c3..a4f5d3131a 100644 --- a/NetworkPkg/UefiPxeBcDxe/PxeBcSupport.h +++ b/NetworkPkg/UefiPxeBcDxe/PxeBcSupport.h @@ -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.
|