Revision 02cb1585 hw/mips.h

b/hw/mips.h
6 6
PCIBus *pci_gt64120_init(qemu_irq *pic);
7 7

  
8 8
/* ds1225y.c */
9
typedef struct ds1225y_t ds1225y_t;
10
ds1225y_t *ds1225y_init(target_phys_addr_t mem_base, const char *filename);
9
void *ds1225y_init(target_phys_addr_t mem_base, const char *filename);
10
void ds1225y_set_protection(void *opaque, int protection);
11 11

  
12 12
/* mipsnet.c */
13 13
void mipsnet_init(int base, qemu_irq irq, NICInfo *nd);

Also available in: Unified diff