tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.38k stars 2.4k forks source link

Add const keyword for the input parameter Data of BuildGuidDataHob #5869

Open td36 opened 5 days ago

td36 commented 5 days ago

Description

Add const keyword for the input parameter Data of BuildGuidDataHob. It's to specify the input buffer pointed by Data pointer cannot be modified.

How This Was Tested

Tested by tianocore edk2 CI