xref: /qemu/include/hw/net/mv88w8618_eth.h (revision b21e2380)
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 #ifndef HW_NET_MV88W8618_H
8 #define HW_NET_MV88W8618_H
9 
10 #define TYPE_MV88W8618_ETH "mv88w8618_eth"
11 
12 #endif
13