mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
15 lines
312 B
C
Executable file
15 lines
312 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
|
|
);
|
|
|
|
/* EOF */
|