X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FProtocol%2FLegacyBios.h;fp=IntelFrameworkPkg%2FInclude%2FProtocol%2FLegacyBios.h;h=88f598044a5c886d5e81be81c7b071dd9e1a8b9d;hp=376f953118aac1d6b1dd4968fc0488a56c4343df;hb=c5b900bed8bab2f16149c48f11c525690611b33d;hpb=124969632baca7860874beab946d30431c062f58 diff --git a/IntelFrameworkPkg/Include/Protocol/LegacyBios.h b/IntelFrameworkPkg/Include/Protocol/LegacyBios.h index 376f953118..88f598044a 100644 --- a/IntelFrameworkPkg/Include/Protocol/LegacyBios.h +++ b/IntelFrameworkPkg/Include/Protocol/LegacyBios.h @@ -357,7 +357,7 @@ typedef struct { UINT8 NumberBbsEntries; ///< The number of valid BBS table entries upon entry and exit. The IBV code may ///< increase this number, if BBS-compliant devices also hook INTs in order to force the ///< OpROM BIOS Setup to be executed. - VOID *BbsTablePointer; ///< A pointer to the BBS table. + UINT32 BbsTablePointer; ///< A pointer to the BBS table. UINT16 RuntimeSegment; ///< The segment where the OpROM can be relocated to. If this value is 0x0000, this ///< means that the relocation of this run time code is not supported. ///< Inconsistent with specification here: