Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.6-rc3 11 lines 261 B view raw
1/* 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 */