/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* atmarp.h - ATM ARP protocol and kernel-demon interface definitions */ /* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */ #ifndef _LINUX_ATMARP_H #define _LINUX_ATMARP_H #include <linux/types.h> #include <linux/atmapi.h> #include <linux/atmioc.h> #define ATMARP_RETRY_DELAY … #define ATMARP_MAX_UNRES_PACKETS … #define ATMARPD_CTRL … #define ATMARP_MKIP … #define ATMARP_SETENTRY … #define ATMARP_ENCAP … enum atmarp_ctrl_type { … }; struct atmarp_ctrl { … }; #endif