- Implement logical keyboard interface. Converts scan code to ASCII codes (just ok).
[reactos.git] / reactos / boot / armllb / inc / precomp.h
1 /*
2 * PROJECT: ReactOS Boot Loader
3 * LICENSE: BSD - See COPYING.ARM in the top level directory
4 * FILE: boot/armllb/inc/precomp.h
5 * PURPOSE: Precompiled header for LLB
6 * PROGRAMMERS: ReactOS Portable Systems Group
7 */
8
9 #include "ntdef.h"
10 #include "stdio.h"
11 #include "ioaccess.h"
12 #include "machtype.h"
13 #include "osloader.h"
14 #include "hw.h"
15 #include "fw.h"
16 #include "serial.h"
17 #include "video.h"
18 #include "keyboard.h"
19
20 VOID
21 DbgPrint(
22 const char *fmt,
23 ...
24 );
25
26 /* EOF */