mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
11 lines
236 B
C
11 lines
236 B
C
![]() |
/* SPDX-License-Identifier: GPL-2.0-only */
|
||
|
|
||
|
#ifndef _NET_ETHTOOL_NETLINK_H
|
||
|
#define _NET_ETHTOOL_NETLINK_H
|
||
|
|
||
|
#include <linux/ethtool_netlink.h>
|
||
|
#include <linux/netdevice.h>
|
||
|
#include <net/genetlink.h>
|
||
|
|
||
|
#endif /* _NET_ETHTOOL_NETLINK_H */
|