/* SPDX-License-Identifier: GPL-2.0 */ /* net/atm/atmarp.h - RFC1577 ATM ARP */ /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ #ifndef _ATMCLIP_H #define _ATMCLIP_H #include <linux/netdevice.h> #include <linux/atm.h> #include <linux/atmdev.h> #include <linux/atmarp.h> #include <linux/spinlock.h> #include <net/neighbour.h> #define CLIP_VCC(vcc) … struct sk_buff; struct clip_vcc { … }; struct atmarp_entry { … }; #define PRIV(dev) … struct clip_priv { … }; #endif