xref: /linux/include/uapi/linux/if_ltalk.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*6f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2607ca46eSDavid Howells #ifndef _UAPI__LINUX_LTALK_H
3607ca46eSDavid Howells #define _UAPI__LINUX_LTALK_H
4607ca46eSDavid Howells 
5607ca46eSDavid Howells #define LTALK_HLEN		1
6607ca46eSDavid Howells #define LTALK_MTU		600
7607ca46eSDavid Howells #define LTALK_ALEN		1
8607ca46eSDavid Howells 
9607ca46eSDavid Howells 
10607ca46eSDavid Howells #endif /* _UAPI__LINUX_LTALK_H */
11