Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / boot / armllb / inc / precomp.h
diff --git a/boot/armllb/inc/precomp.h b/boot/armllb/inc/precomp.h
new file mode 100644 (file)
index 0000000..a3f65e8
--- /dev/null
@@ -0,0 +1,23 @@
+/*
+ * PROJECT:         ReactOS Boot Loader
+ * LICENSE:         BSD - See COPYING.ARM in the top level directory
+ * FILE:            boot/armllb/inc/precomp.h
+ * PURPOSE:         Precompiled header for LLB
+ * PROGRAMMERS:     ReactOS Portable Systems Group
+ */
+
+#include "ntdef.h"
+#include "stdio.h"
+#include "ioaccess.h"
+#include "machtype.h"
+#include "osloader.h"
+#include "fw.h"
+#include "hw.h"
+#include "serial.h"
+#include "video.h"
+#include "keyboard.h"
+#include "envir.h"
+#include "../../freeldr/freeldr/include/keycodes.h"
+#include "debug.h"
+
+/* EOF */