/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_LTALK_H #define __LINUX_LTALK_H #include extern struct net_device *alloc_ltalkdev(int sizeof_priv); #endif