mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
Fix some warnings that would be generated by gcc -Wredundant-decls
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5115 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c8f9349ad9
commit
79383c9c08
39 changed files with 59 additions and 143 deletions
3
hw/isa.h
3
hw/isa.h
|
@ -1,3 +1,5 @@
|
|||
#ifndef HW_ISA_H
|
||||
#define HW_ISA_H
|
||||
/* ISA bus */
|
||||
|
||||
extern target_phys_addr_t isa_mem_base;
|
||||
|
@ -22,3 +24,4 @@ void DMA_init (int high_page_enable);
|
|||
void DMA_register_channel (int nchan,
|
||||
DMA_transfer_handler transfer_handler,
|
||||
void *opaque);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue