aboutsummaryrefslogtreecommitdiff
path: root/src/ata.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/ata.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/ata.c')
-rw-r--r--src/ata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ata.c b/src/ata.c
index c82e8a3..98d1141 100644
--- a/src/ata.c
+++ b/src/ata.c
@@ -23,7 +23,7 @@
#define IDE_TIMEOUT 32000 //32 seconds max for IDE ops
-struct ata_channel_s ATA_channels[CONFIG_MAX_ATA_INTERFACES] VAR16_32;
+struct ata_channel_s ATA_channels[CONFIG_MAX_ATA_INTERFACES] VAR16VISIBLE;
/****************************************************************