diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:09 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:09 +0000 |
commit | 84108e128e0245dc1ff9c0aa064e9cfe2316b32d (patch) | |
tree | 7676ed17e01f89aaf2896e4514198ccd5a3b71ef /hw/isa.h | |
parent | 7161e5710b8b371d88b8c6b9361d266d8bdd70ce (diff) |
Compile isa_mmio only once
Push TARGET_WORDS_BIGENDIAN dependency to board level.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/isa.h')
-rw-r--r-- | hw/isa.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ ISADevice *isa_create_simple(const char *name); extern target_phys_addr_t isa_mem_base; -void isa_mmio_init(target_phys_addr_t base, target_phys_addr_t size); +void isa_mmio_init(target_phys_addr_t base, target_phys_addr_t size, int be); /* dma.c */ int DMA_get_channel_mode (int nchan); |