summaryrefslogtreecommitdiff
path: root/hw/sb16.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sb16.c')
-rw-r--r--hw/sb16.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/sb16.c b/hw/sb16.c
index a577548395..5644db4a17 100644
--- a/hw/sb16.c
+++ b/hw/sb16.c
@@ -48,9 +48,9 @@
#endif
#define IO_READ_PROTO(name) \
- uint32_t name (struct CPUX86State *env, uint32_t nport)
+ uint32_t name (struct CPUState *env, uint32_t nport)
#define IO_WRITE_PROTO(name) \
- void name (struct CPUX86State *env, uint32_t nport, uint32_t val)
+ void name (struct CPUState *env, uint32_t nport, uint32_t val)
static struct {
int ver_lo;