x86: Move the GDT into global_data
[oweals/u-boot.git] / arch / x86 / include / asm / zimage.h
index 8e7dd424ca5fdcff015ac2e305ab5ff63e7afa3e..bf351ed3b6306e64f171e582c1b98c435efe5e0d 100644 (file)
@@ -38,5 +38,6 @@ struct boot_params *load_zimage(char *image, unsigned long kernel_size,
                                ulong *load_addressp);
 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot,
                 unsigned long initrd_addr, unsigned long initrd_size);
+void setup_video(struct screen_info *screen_info);
 
 #endif