summaryrefslogtreecommitdiff
path: root/include/net/ax25.h
blob: 6b2f518facdbcca2817851ed1abade32d0ef0739 (plain)
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