linux/include/uapi/linux/netrom.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
 * These are the public elements of the Linux kernel NET/ROM implementation.
 * For kernel AX.25 see the file ax25.h. This file requires ax25.h for the
 * definition of the ax25_address structure.
 */

#ifndef	NETROM_KERNEL_H
#define NETROM_KERNEL_H

#include <linux/ax25.h>

#define NETROM_MTU

#define NETROM_T1
#define NETROM_T2
#define NETROM_N2
#define NETROM_T4
#define NETROM_IDLE

#define SIOCNRDECOBS

struct nr_route_struct {};

#endif