fix compiler warnings

This commit is contained in:
Markus Fröschle
2016-10-04 06:39:12 +00:00
parent 4a7fcbccee
commit b89fdda6d7
15 changed files with 83 additions and 58 deletions

View File

@@ -25,5 +25,8 @@ enum {
SET_FAILED = 0x88,
BUFFER_TOO_SMALL = 0x89
};
extern int x86_pcibios_handler(struct X86EMU *emu);
#endif /* PCI_BIOS_H */