Added freeldr and hal from PPC branch, along with needed headers and
[reactos.git] / reactos / include / reactos / ppcboot.h
1 #ifndef REACTOS_PPCBOOT_H
2 #define REACTOS_PPCBOOT_H
3
4 typedef char font_char[57];
5 typedef struct _boot_infos_t {
6 void *loaderBlock;
7 int dispDeviceRect[4];
8 int dispDeviceRowBytes;
9 int dispDeviceDepth;
10 void *dispDeviceBase;
11 font_char *dispFont;
12 } boot_infos_t;
13
14 #endif/*REACTOS_PPCBOOT_H*/