aboutsummaryrefslogtreecommitdiff
path: root/include/hw/net/lan9118.h
blob: 500acb4c143308a3298de944b1f15ff526fd863c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * SMSC LAN9118 Ethernet interface emulation
 *
 * Copyright (c) 2009 CodeSourcery, LLC.
 * Written by Paul Brook
 *
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
 * See the COPYING file in the top-level directory.
 */

#ifndef HW_NET_LAN9118_H
#define HW_NET_LAN9118_H

#include "hw/irq.h"
#include "net/net.h"

#define TYPE_LAN9118 "lan9118"

void lan9118_init(NICInfo *, uint32_t, qemu_irq);

#endif