target/arm/kvm64: Fix error returns
[qemu/ar7.git] / include / hw / net / lan9118.h
blob500acb4c143308a3298de944b1f15ff526fd863c
1 /*
2 * SMSC LAN9118 Ethernet interface emulation
4 * Copyright (c) 2009 CodeSourcery, LLC.
5 * Written by Paul Brook
7 * This work is licensed under the terms of the GNU GPL, version 2 or later.
8 * See the COPYING file in the top-level directory.
9 */
11 #ifndef HW_NET_LAN9118_H
12 #define HW_NET_LAN9118_H
14 #include "hw/irq.h"
15 #include "net/net.h"
17 #define TYPE_LAN9118 "lan9118"
19 void lan9118_init(NICInfo *, uint32_t, qemu_irq);
21 #endif