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:
blueswir1 2008-08-30 09:51:20 +00:00
parent c8f9349ad9
commit 79383c9c08
39 changed files with 59 additions and 143 deletions

View file

@ -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