460af14eba9bf061863d04fefe58be677cf70c81
[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 int dispDeviceRect[4];
7 int dispDeviceRowBytes;
8 int dispDeviceDepth;
9 void *dispDeviceBase;
10 font_char *dispFont;
11 } boot_infos_t;
12
13 #endif/*REACTOS_PPCBOOT_H*/