Select the types of activity you want to include in your feed.
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _AX25_H 3#define _AX25_H 4 5#include <linux/ax25.h> 6 7#define AX25_ADDR_LEN 7 8#define AX25_P_IP 0xCC 9 10#endif