xref: /openbmc/qemu/include/hw/net/mv88w8618_eth.h (revision 7b1d21a8ba1e6091f1e54c74e7c664e26300accc)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Marvell MV88W8618 / Freecom MusicPal emulation.
4  *
5  * Copyright (c) 2008-2021 QEMU contributors
6  */
7 
8 #ifndef HW_NET_MV88W8618_ETH_H
9 #define HW_NET_MV88W8618_ETH_H
10 
11 #define TYPE_MV88W8618_ETH "mv88w8618_eth"
12 
13 #endif
14