X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vgasrc%2Fvgatables.c;h=17a6ca69b3e51912dcfe1b8ea20260af90fe8ac5;hb=815e447898aabd6394186dcf1fa1408dd5038cff;hp=0587e651c613117ac8a753faf1657eca3ecf215c;hpb=3c06536954c7683af75090566732f855552f7e16;p=seabios.git diff --git a/vgasrc/vgatables.c b/vgasrc/vgatables.c index 0587e65..17a6ca6 100644 --- a/vgasrc/vgatables.c +++ b/vgasrc/vgatables.c @@ -13,6 +13,8 @@ * Video parameter table ****************************************************************/ +struct VideoSavePointer_s video_save_pointer_table VAR16; + struct VideoParam_s video_param_table[] VAR16 = { // index=0x00 no mode defined {}, @@ -414,8 +416,6 @@ find_vga_entry(u8 mode) return NULL; } -u16 video_save_pointer_table[14] VAR16; - /**************************************************************** * Static functionality table