CoffeeLake Intel(R) Firmware Support Package (FSP) Integration Guide: HobUsageDataHob.h Source File
From CoffeeLake Intel Firmware
 |
CoffeeLake Intel(R) Firmware Support Package (FSP) Integration Guide
|
Go to the documentation of this file.
17 #ifndef _HOB_USAGE_DATA_HOB_H_
18 #define _HOB_USAGE_DATA_HOB_H_
20 extern EFI_GUID gHobUsageDataGuid;
22 #pragma pack (push, 1)
31 EFI_PHYSICAL_ADDRESS EfiMemoryTop;
32 EFI_PHYSICAL_ADDRESS EfiMemoryBottom;
33 EFI_PHYSICAL_ADDRESS EfiFreeMemoryTop;
34 EFI_PHYSICAL_ADDRESS EfiFreeMemoryBottom;
40 #endif // _HOB_USAGE_DATA_HOB_H_