1 2 3 4 5 6 7 8 9 10
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _AX25_H #define _AX25_H #include <linux/ax25.h> #define AX25_ADDR_LEN 7 #define AX25_P_IP 0xCC #endif