lan743x_ethtool.h 261 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /* Copyright (C) 2018 Microchip Technology Inc. */
  3. #ifndef _LAN743X_ETHTOOL_H
  4. #define _LAN743X_ETHTOOL_H
  5. #include "linux/ethtool.h"
  6. extern const struct ethtool_ops lan743x_ethtool_ops;
  7. #endif /* _LAN743X_ETHTOOL_H */