/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _UAPI__LINUX_ATALK_H__ #define _UAPI__LINUX_ATALK_H__ #include <linux/types.h> #include <asm/byteorder.h> #include <linux/socket.h> /* * AppleTalk networking structures * * The following are directly referenced from the University Of Michigan * netatalk for compatibility reasons. */ #define ATPORT_FIRST … #define ATPORT_RESERVED … #define ATPORT_LAST … #define ATADDR_ANYNET … #define ATADDR_ANYNODE … #define ATADDR_ANYPORT … #define ATADDR_BCAST … #define DDP_MAXSZ … #define DDP_MAXHOPS … #define SIOCATALKDIFADDR … struct atalk_addr { … }; struct sockaddr_at { … }; struct atalk_netrange { … }; #endif /* _UAPI__LINUX_ATALK_H__ */