summaryrefslogtreecommitdiffstats
path: root/hw/fw_cfg.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-02-07 09:15:26 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-02-07 09:15:26 +0000
commitb96ae2da0b50e2c0f3d27d70df32a6fd56f2593a (patch)
tree99067fa3b3ddec76a80be507747268be410ea7a8 /hw/fw_cfg.h
parent7859cb988da7a30d75a0831a97dc5988a5dc104a (diff)
downloadhqemu-b96ae2da0b50e2c0f3d27d70df32a6fd56f2593a.zip
hqemu-b96ae2da0b50e2c0f3d27d70df32a6fd56f2593a.tar.gz
fw_cfg: don't use reserved _ prefix
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/fw_cfg.h')
-rw-r--r--hw/fw_cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/fw_cfg.h b/hw/fw_cfg.h
index c1019d0..4d13a4f 100644
--- a/hw/fw_cfg.h
+++ b/hw/fw_cfg.h
@@ -53,7 +53,7 @@ typedef struct FWCfgFiles {
typedef void (*FWCfgCallback)(void *opaque, uint8_t *data);
-typedef struct _FWCfgState FWCfgState;
+typedef struct FWCfgState FWCfgState;
int fw_cfg_add_bytes(FWCfgState *s, uint16_t key, uint8_t *data, uint32_t len);
int fw_cfg_add_i16(FWCfgState *s, uint16_t key, uint16_t value);
int fw_cfg_add_i32(FWCfgState *s, uint16_t key, uint32_t value);
OpenPOWER on IntegriCloud