projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88eeee0
)
Fix incompatible declaration in previous commit.
author
balrog
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 10 Dec 2007 00:33:13 +0000
(
00:33
+0000)
committer
balrog
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 10 Dec 2007 00:33:13 +0000
(
00:33
+0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3795
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/flash.h
patch
|
blob
|
history
diff --git
a/hw/flash.h
b/hw/flash.h
index 95ac62862d737d21365af650eaf929f9ad442de7..d07f6a19eaa7a09cb342a8a65401b258ab068734 100644
(file)
--- a/
hw/flash.h
+++ b/
hw/flash.h
@@
-10,8
+10,8
@@
pflash_t *pflash_cfi01_register(target_phys_addr_t base, ram_addr_t off,
/* pflash_cfi02.c */
pflash_t *pflash_cfi02_register(target_phys_addr_t base, ram_addr_t off,
- BlockDriverState *bs,
-
uint32_t sector_len,
int nb_blocs, int width,
+ BlockDriverState *bs,
target_ulong sector_len,
+ int nb_blocs, int width,
uint16_t id0, uint16_t id1,
uint16_t id2, uint16_t id3);