blob: ad1442c0aa7774efd5bc09aeba0d9cfb4d460410 [file] [log] [blame]
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08001/****************************************************************************
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 ***
Ben Cheng654325d2012-03-07 21:13:49 -080010 *** 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 ***
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080017 ****************************************************************************
18 ****************************************************************************/
19#ifndef __HDLC_IOCTL_H__
20#define __HDLC_IOCTL_H__
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080021typedef struct {
22 unsigned int clock_rate;
Ben Cheng654325d2012-03-07 21:13:49 -080023/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080024 unsigned int clock_type;
25 unsigned short loopback;
26} sync_serial_settings;
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080027typedef struct {
Ben Cheng654325d2012-03-07 21:13:49 -080028/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080029 unsigned int clock_rate;
30 unsigned int clock_type;
31 unsigned short loopback;
32 unsigned int slot_map;
Ben Cheng654325d2012-03-07 21:13:49 -080033/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080034} te1_settings;
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080035typedef struct {
36 unsigned short encoding;
37 unsigned short parity;
Ben Cheng654325d2012-03-07 21:13:49 -080038/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080039} raw_hdlc_proto;
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080040typedef struct {
41 unsigned int t391;
42 unsigned int t392;
Ben Cheng654325d2012-03-07 21:13:49 -080043/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080044 unsigned int n391;
45 unsigned int n392;
46 unsigned int n393;
47 unsigned short lmi;
Ben Cheng654325d2012-03-07 21:13:49 -080048/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080049 unsigned short dce;
50} fr_proto;
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080051typedef struct {
52 unsigned int dlci;
Ben Cheng654325d2012-03-07 21:13:49 -080053/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080054} fr_proto_pvc;
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080055typedef struct {
56 unsigned int dlci;
57 char master[IFNAMSIZ];
Ben Cheng654325d2012-03-07 21:13:49 -080058/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080059}fr_proto_pvc_info;
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080060typedef struct {
61 unsigned int interval;
62 unsigned int timeout;
Ben Cheng654325d2012-03-07 21:13:49 -080063/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080064} cisco_proto;
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080065#endif