Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at ee9dce44362b2d8132c32964656ab6dff7dfbc6a 10 lines 152 B view raw
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