diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-09 23:23:05 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-09 23:23:05 +0000 |
commit | 7c8625be21d476dbbbaca040ac2c58e8aaab4c1a (patch) | |
tree | 0759fa4e0b0b57fb850ffea111717904b2481e36 /IntelFrameworkModulePkg/Include/Protocol | |
parent | ea00288c0573c371ee36cbced5be224c4c209b39 (diff) | |
download | edk2-platforms-7c8625be21d476dbbbaca040ac2c58e8aaab4c1a.tar.xz |
Fix build break
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8846 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Include/Protocol')
-rw-r--r-- | IntelFrameworkModulePkg/Include/Protocol/PciHotPlugRequest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Include/Protocol/PciHotPlugRequest.h b/IntelFrameworkModulePkg/Include/Protocol/PciHotPlugRequest.h index 40c13498e4..52eacaa45d 100644 --- a/IntelFrameworkModulePkg/Include/Protocol/PciHotPlugRequest.h +++ b/IntelFrameworkModulePkg/Include/Protocol/PciHotPlugRequest.h @@ -18,7 +18,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #define __PCI_HOTPLUG_REQUEST_H_
#define EFI_PCI_HOTPLUG_REQUEST_PROTOCOL_GUID \
- {
+ { \
0x19cb87ab, 0x2cb9, 0x4665, {0x83, 0x60, 0xdd, 0xcf, 0x60, 0x54, 0xf7, 0x9d} \
}
|