Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / boot / environ / app / rosload / rosload.h
1 /*
2 * COPYRIGHT: See COPYING.ARM in the top level directory
3 * PROJECT: ReactOS UEFI OS Loader
4 * FILE: boot/environ/app/rosload/rosload.h
5 * PURPOSE: Main OS Loader Header
6 * PROGRAMMER: Alex Ionescu (alex.ionescu@reactos.org)
7 */
8
9 #ifndef _ROSLOAD_H
10 #define _ROSLOAD_H
11
12 /* INCLUDES ******************************************************************/
13
14 /* C Headers */
15 #include <stdlib.h>
16 #include <stdio.h>
17 #include <wchar.h>
18
19 /* NT Base Headers */
20 #include <initguid.h>
21 #include <ntifs.h>
22
23 /* UEFI Headers */
24 #include <Uefi.h>
25
26 /* Boot Library Headers */
27 #include <bl.h>
28
29 /* BCD Headers */
30 #include <bcd.h>
31
32 /* STRUCTURES ****************************************************************/
33
34 /* FUNCTIONS *****************************************************************/
35
36 #endif