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/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24#define NETROM_T1 1
25#define NETROM_T2 2
26#define NETROM_N2 3
27#define NETROM_T4 6
28/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29#define NETROM_IDLE 7
30#define SIOCNRDECOBS (SIOCPROTOPRIVATE + 2)
31struct nr_route_struct {
32#define NETROM_NEIGH 0
33/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34#define NETROM_NODE 1
35  int type;
36  ax25_address callsign;
37  char device[16];
38/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
39  unsigned int quality;
40  char mnemonic[7];
41  ax25_address neighbour;
42  unsigned int obs_count;
43/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
44  unsigned int ndigis;
45  ax25_address digipeaters[AX25_MAX_DIGIS];
46};
47#endif
48/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
49