3 * DM9000 Ethernet interface
5 * Copyright Daniel Silverstone and Vincent Sanders
7 * This file is under the terms of the GNU General Public
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
);