mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
SecurityPkg/Tcg2Smm: Correct function parameter attribute
Correct UpdatePossibleResource parameter attribute to align to comment Change-Id: Id8f8be975f0e8666573decc3fbaaf326b7767ba8 Contributed-under: TianoCore Contribution Agreement 1.1 Cc: Long Qin <qin.long@intel.com> Cc: Yao Jiewen <jiewen.yao@intel.com> Reviewed-by: Chao Zhang <chao.b.zhang@intel.com> Signed-off-by: Zhang, Chao B <chao.b.zhang@intel.com> Reviewed-by: Long Qin <qin.long@intel.com>
This commit is contained in:
parent
99758ffd11
commit
6c7ac681f4
@ -317,10 +317,10 @@ UpdatePPVersion (
|
|||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
UpdatePossibleResource (
|
UpdatePossibleResource (
|
||||||
IN EFI_ACPI_DESCRIPTION_HEADER *Table,
|
IN OUT EFI_ACPI_DESCRIPTION_HEADER *Table,
|
||||||
IN UINT32 *IrqBuffer,
|
IN UINT32 *IrqBuffer,
|
||||||
IN UINT32 IrqBuffserSize,
|
IN UINT32 IrqBuffserSize,
|
||||||
OUT BOOLEAN *IsShortFormPkgLength
|
OUT BOOLEAN *IsShortFormPkgLength
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
UINT8 *DataPtr;
|
UINT8 *DataPtr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user