tests: Fixes test-io-channel-file by mask only owner file state mask bits
[qemu/ar7.git] / include / hw / net / smc91c111.h
blobdf5b11dcef25b911a1ebed920bad8ec1bdbf14a8
1 /*
2 * SMSC 91C111 Ethernet interface emulation
4 * Copyright (c) 2005 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_SMC91C111_H
12 #define HW_NET_SMC91C111_H
14 #include "net/net.h"
16 void smc91c111_init(NICInfo *, uint32_t, qemu_irq);
18 #endif