Revision d17b5288 cpu-all.h

b/cpu-all.h
870 870

  
871 871
typedef struct RAMList {
872 872
    uint8_t *phys_dirty;
873
    ram_addr_t last_offset;
874 873
    QLIST_HEAD(ram, RAMBlock) blocks;
875 874
} RAMList;
876 875
extern RAMList ram_list;

Also available in: Unified diff