mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-06 05:06:29 +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 */
|