[NAND] Added readraw() to read underlying data storage
[qemu/mini2440.git] / hw / dm9000.h
blob93593aa424919188f5e4bd7c639be93767148638
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