mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
f1283c58c6
Sync with trunk. (r49792) svn path=/branches/cmake-bringup/; revision=49803
21 lines
354 B
C
Executable file
21 lines
354 B
C
Executable file
/*
|
|
* PROJECT: ReactOS Boot Loader
|
|
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
|
* FILE: boot/armllb/inc/keyboard.h
|
|
* PURPOSE: LLB Keyboard Functions
|
|
* PROGRAMMERS: ReactOS Portable Systems Group
|
|
*/
|
|
|
|
CHAR
|
|
NTAPI
|
|
LlbKeyboardGetChar(
|
|
VOID
|
|
);
|
|
|
|
CHAR
|
|
NTAPI
|
|
LlbKeypadGetChar(
|
|
VOID
|
|
);
|
|
|
|
/* EOF */
|