- Change ARM loading architecture to match EFI/Firmware model. LLB provides "firmware...
[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
19 /* EOF */