mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-15 07:27:41 +00:00
Add bootx_infos variable
This commit is contained in:
@@ -122,5 +122,7 @@ typedef struct boot_infos
|
|||||||
*/
|
*/
|
||||||
#define BOOTX_COLORTABLE_SIZE (256UL*3UL*2UL)
|
#define BOOTX_COLORTABLE_SIZE (256UL*3UL*2UL)
|
||||||
|
|
||||||
|
extern struct boot_infos bootx_infos;
|
||||||
|
|
||||||
extern void bootx_init(char* command_line, char* ramdisk_start, unsigned long ramdisk_size);
|
extern void bootx_init(char* command_line, char* ramdisk_start, unsigned long ramdisk_size);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user