blob: d0d11a777a586dd570e476c7d000bcbcb14b5453 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* SPDX-License-Identifier: GPL-2.0+ */
2/* Copyright (C) 2018 Microchip Technology Inc. */
3
4#ifndef _LAN743X_ETHTOOL_H
5#define _LAN743X_ETHTOOL_H
6
7#include "linux/ethtool.h"
8
9extern const struct ethtool_ops lan743x_ethtool_ops;
10
11#endif /* _LAN743X_ETHTOOL_H */