From 329939776005fad213086e54b038ccd39054e2bc Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Thu, 2 Jul 2009 19:32:06 +0900 Subject: split out ioport related stuffs from vl.c into ioport.c. Signed-off-by: Isaku Yamahata Signed-off-by: Anthony Liguori --- cpu-all.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'cpu-all.h') diff --git a/cpu-all.h b/cpu-all.h index fda15ce73c..df3aa2eb48 100644 --- a/cpu-all.h +++ b/cpu-all.h @@ -837,17 +837,7 @@ void cpu_set_log_filename(const char *filename); int cpu_str_to_log_mask(const char *str); /* IO ports API */ - -/* NOTE: as these functions may be even used when there is an isa - brige on non x86 targets, we always defined them */ -#ifndef NO_CPU_IO_DEFS -void cpu_outb(CPUState *env, int addr, int val); -void cpu_outw(CPUState *env, int addr, int val); -void cpu_outl(CPUState *env, int addr, int val); -int cpu_inb(CPUState *env, int addr); -int cpu_inw(CPUState *env, int addr); -int cpu_inl(CPUState *env, int addr); -#endif +#include "ioport.h" /* memory API */ -- cgit v1.2.3