reactos/boot/armllb/inc/precomp.h
Johannes Anderwald 64a772037e - Revert 49927 "Update to trunk" as it breaks KsStudio (again)
svn path=/branches/audio-bringup/; revision=49979
2010-12-07 21:46:43 +00:00

28 lines
536 B
C
Executable file

/*
* 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"
VOID
DbgPrint(
const char *fmt,
...
);
/* EOF */