2010-02-01 18:33:24 +00:00
|
|
|
/*
|
|
|
|
* 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"
|
2010-02-02 17:21:19 +00:00
|
|
|
#include "fw.h"
|
2010-02-04 07:22:03 +00:00
|
|
|
#include "hw.h"
|
2010-02-01 18:33:24 +00:00
|
|
|
#include "serial.h"
|
|
|
|
#include "video.h"
|
2010-02-03 01:19:26 +00:00
|
|
|
#include "keyboard.h"
|
2010-02-03 03:14:59 +00:00
|
|
|
#include "envir.h"
|
2010-11-23 16:46:30 +00:00
|
|
|
#include "../../freeldr/freeldr/include/keycodes.h"
|
|
|
|
#include "debug.h"
|
2010-02-01 18:33:24 +00:00
|
|
|
|
|
|
|
/* EOF */
|