mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/Ps2MouseDxe: Fix build failure of GCC tool chain
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
ffea0a2ce2
commit
b15b8b921a
|
@ -266,7 +266,7 @@ PS2MouseGetPacket (
|
|||
**/
|
||||
EFI_STATUS
|
||||
PS2MouseRead (
|
||||
OUT VOID *Buffer,
|
||||
OUT UINT8 *Buffer,
|
||||
IN OUT UINTN *BufSize,
|
||||
IN UINTN State
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue