mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 05:28:36 -07:00
Move ioport.h out of cpu-all.h
Only include ioport.h where it is actually needed. Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
a68fe89caf
commit
35bed8ee91
4 changed files with 3 additions and 3 deletions
|
|
@ -840,9 +840,6 @@ void cpu_set_log(int log_flags);
|
|||
void cpu_set_log_filename(const char *filename);
|
||||
int cpu_str_to_log_mask(const char *str);
|
||||
|
||||
/* IO ports API */
|
||||
#include "ioport.h"
|
||||
|
||||
/* memory API */
|
||||
|
||||
extern int phys_ram_fd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue