/* SPDX-License-Identifier: GPL-2.0 */ /* * can in net namespaces */ #ifndef __NETNS_CAN_H__ #define __NETNS_CAN_H__ #include <linux/spinlock.h> #include <linux/timer.h> struct can_dev_rcv_lists; struct can_pkg_stats; struct can_rcv_lists_stats; struct netns_can { … }; #endif /* __NETNS_CAN_H__ */