1 /****************************************************************************
2  ****************************************************************************
3  ***
4  ***   This header was automatically generated from a Linux kernel header
5  ***   of the same name, to make information necessary for userspace to
6  ***   call into the kernel available to libc.  It contains only constants,
7  ***   structures, and macros generated from the original header, and thus,
8  ***   contains no copyrightable information.
9  ***
10  ***   To edit the content of this header, modify the corresponding
11  ***   source file (e.g. under external/kernel-headers/original/) then
12  ***   run bionic/libc/kernel/tools/update_all.py
13  ***
14  ***   Any manual change here will be lost the next time this script will
15  ***   be run. You've been warned!
16  ***
17  ****************************************************************************
18  ****************************************************************************/
19 #ifndef NETROM_KERNEL_H
20 #define NETROM_KERNEL_H
21 #include <linux/ax25.h>
22 #define NETROM_MTU 236
23 #define NETROM_T1 1
24 #define NETROM_T2 2
25 #define NETROM_N2 3
26 #define NETROM_T4 6
27 #define NETROM_IDLE 7
28 #define SIOCNRDECOBS (SIOCPROTOPRIVATE + 2)
29 struct nr_route_struct {
30 #define NETROM_NEIGH 0
31 #define NETROM_NODE 1
32   int type;
33   ax25_address callsign;
34   char device[16];
35   unsigned int quality;
36   char mnemonic[7];
37   ax25_address neighbour;
38   unsigned int obs_count;
39   unsigned int ndigis;
40   ax25_address digipeaters[AX25_MAX_DIGIS];
41 };
42 #endif
43