[DM9000] Made drive load/save functions, cleanup etc
[qemu/mini2440.git] / hw / dm9000.h
blob95592f13a2a82f08b308399d376f17806500a3c3
1 /* hw/dm9000.h
3 * DM9000 Ethernet interface
5 * Copyright Daniel Silverstone and Vincent Sanders
7 * This file is under the terms of the GNU General Public
8 * License Version 2
9 */
11 #ifndef QEMU_HW_DM9000_H
12 #define QEMU_HW_DM9000_H
14 void dm9000_init(NICInfo *nd, target_phys_addr_t base_addr, uint32_t addr_offset,
15 uint32_t data_offset, qemu_irq irq);
17 #endif