qemu/include/hw/net/mv88w8618_eth.h
<<
>>
Prefs
   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