summaryrefslogtreecommitdiffstats
path: root/hw/pc.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-02-07 09:01:18 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-02-07 09:01:18 +0000
commit5c02c033489904101ffa54314802b6f61b914e58 (patch)
tree70ea098ef496394d29aae8e5282c6674cd557c23 /hw/pc.c
parent8e39a033fb5a8ac9a0a28bdf42182b96267f305d (diff)
downloadhqemu-5c02c033489904101ffa54314802b6f61b914e58.zip
hqemu-5c02c033489904101ffa54314802b6f61b914e58.tar.gz
fdc: don't use reserved _t suffix
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/pc.c')
-rw-r--r--hw/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pc.c b/hw/pc.c
index a674dbf..5b29f3b 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -62,7 +62,7 @@
#define MAX_IDE_BUS 2
-static fdctrl_t *floppy_controller;
+static FDCtrl *floppy_controller;
static RTCState *rtc_state;
static PITState *pit;
static PCII440FXState *i440fx_state;
OpenPOWER on IntegriCloud