MINI2440: General update
[qemu/mini2440.git] / hw / dm9000.h
blob2b66502910a99702b2c12406a78f05dc827bbdb8
1 /* hw/dm9000.h
3 * DM9000 Ethernet interface
5 * Copyright Daniel Silverstone and Vincent Sanders
6 * Copyright Michel Pollet <buserror@gmail.com>
8 * This file is under the terms of the GNU General Public
9 * License Version 2
12 #ifndef QEMU_HW_DM9000_H
13 #define QEMU_HW_DM9000_H
15 void dm9000_init(NICInfo *nd, target_phys_addr_t base_addr, uint32_t addr_offset,
16 uint32_t data_offset, qemu_irq irq);
18 #endif