/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_IF_LINK_H #define _LINUX_IF_LINK_H #include <uapi/linux/if_link.h> /* We don't want this structure exposed to user space */ struct ifla_vf_stats { … }; struct ifla_vf_info { … }; #endif /* _LINUX_IF_LINK_H */