Add bootx_infos variable

This commit is contained in:
Laurent Vivier 2005-05-13 17:26:12 +00:00
parent 0caaed7a3e
commit d20d849e1f

View File

@ -122,5 +122,7 @@ typedef struct boot_infos
*/
#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);
#endif