blob: 8553c1c5260f0c629ac0622b0e42316382dd492d [file] [log] [blame]
Ben Cheng655a7c02013-10-16 16:09:24 -07001/****************************************************************************
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 _UAPI_FRAD_H_
20#define _UAPI_FRAD_H_
21#include <linux/if.h>
Tao Baod7db5942015-01-28 10:07:51 -080022struct dlci_add {
Ben Cheng655a7c02013-10-16 16:09:24 -070023/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080024 char devname[IFNAMSIZ];
25 short dlci;
Ben Cheng655a7c02013-10-16 16:09:24 -070026};
Ben Cheng655a7c02013-10-16 16:09:24 -070027#define DLCI_GET_CONF (SIOCDEVPRIVATE + 2)
Tao Baod7db5942015-01-28 10:07:51 -080028/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070029#define DLCI_SET_CONF (SIOCDEVPRIVATE + 3)
30struct dlci_conf {
Tao Baod7db5942015-01-28 10:07:51 -080031 short flags;
32 short CIR_fwd;
Ben Cheng655a7c02013-10-16 16:09:24 -070033/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080034 short Bc_fwd;
35 short Be_fwd;
36 short CIR_bwd;
37 short Bc_bwd;
Ben Cheng655a7c02013-10-16 16:09:24 -070038/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080039 short Be_bwd;
40 short Tc_fwd;
41 short Tc_bwd;
42 short Tf_max;
Ben Cheng655a7c02013-10-16 16:09:24 -070043/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080044 short Tb_max;
Ben Cheng655a7c02013-10-16 16:09:24 -070045};
46#define DLCI_GET_SLAVE (SIOCDEVPRIVATE + 4)
Ben Cheng655a7c02013-10-16 16:09:24 -070047#define DLCI_IGNORE_CIR_OUT 0x0001
Tao Baod7db5942015-01-28 10:07:51 -080048/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070049#define DLCI_ACCOUNT_CIR_IN 0x0002
50#define DLCI_BUFFER_IF 0x0008
51#define DLCI_VALID_FLAGS 0x000B
Ben Cheng655a7c02013-10-16 16:09:24 -070052#define FRAD_GET_CONF (SIOCDEVPRIVATE)
Tao Baod7db5942015-01-28 10:07:51 -080053/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070054#define FRAD_SET_CONF (SIOCDEVPRIVATE + 1)
55#define FRAD_LAST_IOCTL FRAD_SET_CONF
Tao Baod7db5942015-01-28 10:07:51 -080056struct frad_conf {
57 short station;
Ben Cheng655a7c02013-10-16 16:09:24 -070058/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080059 short flags;
60 short kbaud;
61 short clocking;
62 short mtu;
Ben Cheng655a7c02013-10-16 16:09:24 -070063/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080064 short T391;
65 short T392;
66 short N391;
67 short N392;
Ben Cheng655a7c02013-10-16 16:09:24 -070068/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080069 short N393;
70 short CIR_fwd;
71 short Bc_fwd;
72 short Be_fwd;
Ben Cheng655a7c02013-10-16 16:09:24 -070073/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080074 short CIR_bwd;
75 short Bc_bwd;
76 short Be_bwd;
Ben Cheng655a7c02013-10-16 16:09:24 -070077};
Tao Baod7db5942015-01-28 10:07:51 -080078/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070079#define FRAD_STATION_CPE 0x0000
80#define FRAD_STATION_NODE 0x0001
Ben Cheng655a7c02013-10-16 16:09:24 -070081#define FRAD_TX_IGNORE_CIR 0x0001
82#define FRAD_RX_ACCOUNT_CIR 0x0002
Tao Baod7db5942015-01-28 10:07:51 -080083/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070084#define FRAD_DROP_ABORTED 0x0004
85#define FRAD_BUFFERIF 0x0008
Ben Cheng655a7c02013-10-16 16:09:24 -070086#define FRAD_STATS 0x0010
87#define FRAD_MCI 0x0100
Tao Baod7db5942015-01-28 10:07:51 -080088/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070089#define FRAD_AUTODLCI 0x8000
90#define FRAD_VALID_FLAGS 0x811F
Ben Cheng655a7c02013-10-16 16:09:24 -070091#define FRAD_CLOCK_INT 0x0001
92#define FRAD_CLOCK_EXT 0x0000
Tao Baod7db5942015-01-28 10:07:51 -080093/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070094#endif