mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
Compile isa_mmio only once
Push TARGET_WORDS_BIGENDIAN dependency to board level. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
7161e5710b
commit
84108e128e
14 changed files with 96 additions and 36 deletions
2
hw/isa.h
2
hw/isa.h
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue