mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
22 lines
354 B
C
22 lines
354 B
C
/*
|
|
* 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 */
|