Sync function prototype.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7029 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24 2008-12-15 07:22:20 +00:00
parent b4e73a6373
commit 3dad0f7c2e
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ EFIAPI
InsertKeyCode (
IN OUT USB_KB_BUFFER *KeyboardBuffer,
IN UINT8 Key,
IN UINT8 Down
IN BOOLEAN Down
);
/**