]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/flash.h
Compile pflash_cfi02 only once
[mirror_qemu.git] / hw / flash.h
index 69aef8ce29463bac282e08b0a13196ed4866ede6..d6db46895d02ac95f1ee1ac05e4828a2ac7303c2 100644 (file)
@@ -14,7 +14,8 @@ pflash_t *pflash_cfi02_register(target_phys_addr_t base, ram_addr_t off,
                                 int nb_blocs, int nb_mappings, int width,
                                 uint16_t id0, uint16_t id1,
                                 uint16_t id2, uint16_t id3,
-                                uint16_t unlock_addr0, uint16_t unlock_addr1);
+                                uint16_t unlock_addr0, uint16_t unlock_addr1,
+                                int be);
 
 /* nand.c */
 typedef struct NANDFlashState NANDFlashState;