Do garbage collection of unused sections.
[seabios.git] / src / pirtable.c
index 777a94bb402f05e36cd1d23bb352e70ad28ade93..a96ffbc663f21ba34784c28c3f69a27b0418b2b3 100644 (file)
@@ -18,7 +18,7 @@ struct pir_table {
 
 extern struct pir_table PIR_TABLE;
 #if CONFIG_PIRTABLE && !CONFIG_COREBOOT
-struct pir_table PIR_TABLE __aligned(16) VAR16_32 = {
+struct pir_table PIR_TABLE __aligned(16) VAR16EXPORT = {
     .pir = {
         .version = 0x0100,
         .size = sizeof(struct pir_table),