From d20d849e1f5403bceda3d212ce6104eef635ad8b Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Fri, 13 May 2005 17:26:12 +0000 Subject: [PATCH] Add bootx_infos variable --- second/bootx.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/second/bootx.h b/second/bootx.h index 0099a8a..26240eb 100644 --- a/second/bootx.h +++ b/second/bootx.h @@ -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