Rename VAR16_32 to VAR16VISIBLE.
[seabios.git] / src / vgahooks.c
index ddeb1d31d7bf210a23a6d348c19fd12cae0771be..701e83cc613229ba1f587c95292e57b558338a5f 100644 (file)
@@ -13,9 +13,9 @@
 #include "config.h" // CONFIG_*
 
 // The Bus/Dev/Fn of the primary VGA device.
-int VGAbdf VAR16_32;
+int VGAbdf VAR16VISIBLE;
 // Coreboot board detected.
-int CBmainboard VAR16_32;
+int CBmainboard VAR16VISIBLE;
 
 static void
 handle_155fXX(struct bregs *regs)