X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFspWrapperPkg%2FLibrary%2FSecPeiFspPlatformSecLibSample%2FIa32%2FFsp.h;fp=IntelFspWrapperPkg%2FLibrary%2FSecPeiFspPlatformSecLibSample%2FIa32%2FFsp.h;h=e145b4eb02600c835405b7372410dd191f81e95d;hp=289d6638b0f628e1351ec859605beaaf0f57d80d;hb=a0e0fb6d9fa37f430c483c04e6333e3c32308a56;hpb=4e07e87fe4c12718101b592bf8c88a9447fc0965 diff --git a/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/Fsp.h b/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/Fsp.h index 289d6638b0..e145b4eb02 100644 --- a/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/Fsp.h +++ b/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/Fsp.h @@ -12,6 +12,9 @@ **/ +#ifndef __FSP_H__ +#define __FSP_H__ + // // Fv Header // @@ -41,3 +44,5 @@ // #define FSP_HEADER_IMAGEBASE_OFFSET 0x1C #define FSP_HEADER_TEMPRAMINIT_OFFSET 0x30 + +#endif