aboutsummaryrefslogtreecommitdiff
path: root/src/system.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-09-09 09:51:31 -0400
committerKevin O'Connor <kevin@koconnor.net>2009-09-09 09:51:31 -0400
commit372e071ed4b6a66fb371cf13b6f6d14ddd00837a (patch)
treea5c939b039cd417a82288ae327fb5df6944887d3 /src/system.c
parent141436b5b253039436d46f0cf883fabd2822367e (diff)
downloadseabios-hppa-372e071ed4b6a66fb371cf13b6f6d14ddd00837a.zip
seabios-hppa-372e071ed4b6a66fb371cf13b6f6d14ddd00837a.tar.gz
seabios-hppa-372e071ed4b6a66fb371cf13b6f6d14ddd00837a.tar.bz2
Rename VAR16_32 to VAR16VISIBLE.
Sometimes VAR16_32 is used to export a definition to assembler, so clarify its naming.
Diffstat (limited to 'src/system.c')
-rw-r--r--src/system.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/system.c b/src/system.c
index 8236cf0..a9f271e 100644
--- a/src/system.c
+++ b/src/system.c
@@ -247,8 +247,8 @@ handle_15e801(struct bregs *regs)
}
// Info on e820 map location and size.
-struct e820entry e820_list[CONFIG_MAX_E820] VAR16_32;
-int e820_count VAR16_32;
+struct e820entry e820_list[CONFIG_MAX_E820] VAR16VISIBLE;
+int e820_count VAR16VISIBLE;
static void
handle_15e820(struct bregs *regs)