The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 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 | *** |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 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 | *** |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 17 | **************************************************************************** |
| 18 | ****************************************************************************/ |
| 19 | #ifndef _LINUX_IF_H |
| 20 | #define _LINUX_IF_H |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 21 | #include <linux/types.h> |
| 22 | #include <linux/socket.h> |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 23 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 24 | #include <linux/compiler.h> |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 25 | #define IFNAMSIZ 16 |
Dmitry Shmidt | 2a8245c | 2010-09-08 11:32:16 -0700 | [diff] [blame] | 26 | #define IFALIASZ 256 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 27 | #include <linux/hdlc/ioctl.h> |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 28 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 29 | #define IFF_UP 0x1 |
| 30 | #define IFF_BROADCAST 0x2 |
| 31 | #define IFF_DEBUG 0x4 |
| 32 | #define IFF_LOOPBACK 0x8 |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 33 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 34 | #define IFF_POINTOPOINT 0x10 |
| 35 | #define IFF_NOTRAILERS 0x20 |
| 36 | #define IFF_RUNNING 0x40 |
| 37 | #define IFF_NOARP 0x80 |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 38 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 39 | #define IFF_PROMISC 0x100 |
| 40 | #define IFF_ALLMULTI 0x200 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 41 | #define IFF_MASTER 0x400 |
| 42 | #define IFF_SLAVE 0x800 |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 43 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 44 | #define IFF_MULTICAST 0x1000 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 45 | #define IFF_PORTSEL 0x2000 |
| 46 | #define IFF_AUTOMEDIA 0x4000 |
| 47 | #define IFF_DYNAMIC 0x8000 |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 48 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 49 | #define IFF_LOWER_UP 0x10000 |
| 50 | #define IFF_DORMANT 0x20000 |
Dmitry Shmidt | 2a8245c | 2010-09-08 11:32:16 -0700 | [diff] [blame] | 51 | #define IFF_ECHO 0x40000 |
Dmitry Shmidt | 2a8245c | 2010-09-08 11:32:16 -0700 | [diff] [blame] | 52 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT) |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 53 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 54 | #define IFF_802_1Q_VLAN 0x1 |
| 55 | #define IFF_EBRIDGE 0x2 |
| 56 | #define IFF_SLAVE_INACTIVE 0x4 |
| 57 | #define IFF_MASTER_8023AD 0x8 |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 58 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 59 | #define IFF_MASTER_ALB 0x10 |
Dmitry Shmidt | 2a8245c | 2010-09-08 11:32:16 -0700 | [diff] [blame] | 60 | #define IFF_BONDING 0x20 |
| 61 | #define IFF_SLAVE_NEEDARP 0x40 |
| 62 | #define IFF_ISATAP 0x80 |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 63 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
Dmitry Shmidt | 2a8245c | 2010-09-08 11:32:16 -0700 | [diff] [blame] | 64 | #define IFF_MASTER_ARPMON 0x100 |
| 65 | #define IFF_WAN_HDLC 0x200 |
| 66 | #define IFF_XMIT_DST_RELEASE 0x400 |
| 67 | #define IFF_DONT_BRIDGE 0x800 |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 68 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
Dmitry Shmidt | 2a8245c | 2010-09-08 11:32:16 -0700 | [diff] [blame] | 69 | #define IFF_IN_NETPOLL 0x1000 |
| 70 | #define IFF_DISABLE_NETPOLL 0x2000 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 71 | #define IF_GET_IFACE 0x0001 |
| 72 | #define IF_GET_PROTO 0x0002 |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 73 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 74 | #define IF_IFACE_V35 0x1000 |
| 75 | #define IF_IFACE_V24 0x1001 |
| 76 | #define IF_IFACE_X21 0x1002 |
| 77 | #define IF_IFACE_T1 0x1003 |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 78 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 79 | #define IF_IFACE_E1 0x1004 |
| 80 | #define IF_IFACE_SYNC_SERIAL 0x1005 |
| 81 | #define IF_IFACE_X21D 0x1006 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 82 | #define IF_PROTO_HDLC 0x2000 |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 83 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 84 | #define IF_PROTO_PPP 0x2001 |
| 85 | #define IF_PROTO_CISCO 0x2002 |
| 86 | #define IF_PROTO_FR 0x2003 |
| 87 | #define IF_PROTO_FR_ADD_PVC 0x2004 |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 88 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 89 | #define IF_PROTO_FR_DEL_PVC 0x2005 |
| 90 | #define IF_PROTO_X25 0x2006 |
| 91 | #define IF_PROTO_HDLC_ETH 0x2007 |
| 92 | #define IF_PROTO_FR_ADD_ETH_PVC 0x2008 |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 93 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 94 | #define IF_PROTO_FR_DEL_ETH_PVC 0x2009 |
| 95 | #define IF_PROTO_FR_PVC 0x200A |
| 96 | #define IF_PROTO_FR_ETH_PVC 0x200B |
| 97 | #define IF_PROTO_RAW 0x200C |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 98 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 99 | enum { |
| 100 | IF_OPER_UNKNOWN, |
| 101 | IF_OPER_NOTPRESENT, |
| 102 | IF_OPER_DOWN, |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 103 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 104 | IF_OPER_LOWERLAYERDOWN, |
| 105 | IF_OPER_TESTING, |
| 106 | IF_OPER_DORMANT, |
| 107 | IF_OPER_UP, |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 108 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 109 | }; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 110 | enum { |
| 111 | IF_LINK_MODE_DEFAULT, |
| 112 | IF_LINK_MODE_DORMANT, |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 113 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 114 | }; |
Dmitry Shmidt | 2a8245c | 2010-09-08 11:32:16 -0700 | [diff] [blame] | 115 | struct ifmap { |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 116 | unsigned long mem_start; |
| 117 | unsigned long mem_end; |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 118 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 119 | unsigned short base_addr; |
| 120 | unsigned char irq; |
| 121 | unsigned char dma; |
| 122 | unsigned char port; |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 123 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 124 | }; |
Dmitry Shmidt | 2a8245c | 2010-09-08 11:32:16 -0700 | [diff] [blame] | 125 | struct if_settings { |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 126 | unsigned int type; |
| 127 | unsigned int size; |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 128 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 129 | union { |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 130 | raw_hdlc_proto __user *raw_hdlc; |
| 131 | cisco_proto __user *cisco; |
| 132 | fr_proto __user *fr; |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 133 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 134 | fr_proto_pvc __user *fr_pvc; |
| 135 | fr_proto_pvc_info __user *fr_pvc_info; |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 136 | sync_serial_settings __user *sync; |
| 137 | te1_settings __user *te1; |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 138 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 139 | } ifs_ifsu; |
| 140 | }; |
Dmitry Shmidt | 2a8245c | 2010-09-08 11:32:16 -0700 | [diff] [blame] | 141 | struct ifreq { |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 142 | #define IFHWADDRLEN 6 |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 143 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 144 | union |
| 145 | { |
| 146 | char ifrn_name[IFNAMSIZ]; |
| 147 | } ifr_ifrn; |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 148 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 149 | union { |
| 150 | struct sockaddr ifru_addr; |
| 151 | struct sockaddr ifru_dstaddr; |
| 152 | struct sockaddr ifru_broadaddr; |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 153 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 154 | struct sockaddr ifru_netmask; |
| 155 | struct sockaddr ifru_hwaddr; |
| 156 | short ifru_flags; |
| 157 | int ifru_ivalue; |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 158 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 159 | int ifru_mtu; |
| 160 | struct ifmap ifru_map; |
| 161 | char ifru_slave[IFNAMSIZ]; |
| 162 | char ifru_newname[IFNAMSIZ]; |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 163 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 164 | void __user * ifru_data; |
| 165 | struct if_settings ifru_settings; |
| 166 | } ifr_ifru; |
| 167 | }; |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 168 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 169 | #define ifr_name ifr_ifrn.ifrn_name |
| 170 | #define ifr_hwaddr ifr_ifru.ifru_hwaddr |
| 171 | #define ifr_addr ifr_ifru.ifru_addr |
| 172 | #define ifr_dstaddr ifr_ifru.ifru_dstaddr |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 173 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 174 | #define ifr_broadaddr ifr_ifru.ifru_broadaddr |
| 175 | #define ifr_netmask ifr_ifru.ifru_netmask |
| 176 | #define ifr_flags ifr_ifru.ifru_flags |
| 177 | #define ifr_metric ifr_ifru.ifru_ivalue |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 178 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 179 | #define ifr_mtu ifr_ifru.ifru_mtu |
| 180 | #define ifr_map ifr_ifru.ifru_map |
| 181 | #define ifr_slave ifr_ifru.ifru_slave |
| 182 | #define ifr_data ifr_ifru.ifru_data |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 183 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 184 | #define ifr_ifindex ifr_ifru.ifru_ivalue |
| 185 | #define ifr_bandwidth ifr_ifru.ifru_ivalue |
| 186 | #define ifr_qlen ifr_ifru.ifru_ivalue |
| 187 | #define ifr_newname ifr_ifru.ifru_newname |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 188 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 189 | #define ifr_settings ifr_ifru.ifru_settings |
Dmitry Shmidt | 2a8245c | 2010-09-08 11:32:16 -0700 | [diff] [blame] | 190 | struct ifconf { |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 191 | int ifc_len; |
Dmitry Shmidt | 2a8245c | 2010-09-08 11:32:16 -0700 | [diff] [blame] | 192 | union { |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 193 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 194 | char __user *ifcu_buf; |
| 195 | struct ifreq __user *ifcu_req; |
| 196 | } ifc_ifcu; |
| 197 | }; |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame^] | 198 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 199 | #define ifc_buf ifc_ifcu.ifcu_buf |
| 200 | #define ifc_req ifc_ifcu.ifcu_req |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 201 | #endif |