aboutsummaryrefslogtreecommitdiff
path: root/include/hw/net/smc91c111.h
blob: a66ba4112f803c5187e918fdd484f4efc58ff192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * SMSC 91C111 Ethernet interface emulation
 *
 * Copyright (c) 2005 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_SMC91C111_H
#define HW_NET_SMC91C111_H

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

void smc91c111_init(NICInfo *, uint32_t, qemu_irq);

#endif