Revision a8170e5e hw/flash.h

b/hw/flash.h
5 5
typedef struct pflash_t pflash_t;
6 6

  
7 7
/* pflash_cfi01.c */
8
pflash_t *pflash_cfi01_register(target_phys_addr_t base,
8
pflash_t *pflash_cfi01_register(hwaddr base,
9 9
                                DeviceState *qdev, const char *name,
10
                                target_phys_addr_t size,
10
                                hwaddr size,
11 11
                                BlockDriverState *bs,
12 12
                                uint32_t sector_len, int nb_blocs, int width,
13 13
                                uint16_t id0, uint16_t id1,
14 14
                                uint16_t id2, uint16_t id3, int be);
15 15

  
16 16
/* pflash_cfi02.c */
17
pflash_t *pflash_cfi02_register(target_phys_addr_t base,
17
pflash_t *pflash_cfi02_register(hwaddr base,
18 18
                                DeviceState *qdev, const char *name,
19
                                target_phys_addr_t size,
19
                                hwaddr size,
20 20
                                BlockDriverState *bs, uint32_t sector_len,
21 21
                                int nb_blocs, int nb_mappings, int width,
22 22
                                uint16_t id0, uint16_t id1,

Also available in: Unified diff