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:
Qiu, Shumin 2016-04-10 20:55:27 +08:00 committed by Ruiyu Ni
parent ffea0a2ce2
commit b15b8b921a
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ PS2MouseGetPacket (
**/
EFI_STATUS
PS2MouseRead (
OUT VOID *Buffer,
OUT UINT8 *Buffer,
IN OUT UINTN *BufSize,
IN UINTN State
);