blob: e81203f2f985e86404ee29d9938124a885c6f55e [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#include <linux/sunrpc/gss_api.h>
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080020#define SIZEOF_INT 4
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080021#define G_BAD_SERVICE_NAME (-2045022976L)
22#define G_BAD_STRING_UID (-2045022975L)
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#define G_NOUSER (-2045022974L)
25#define G_VALIDATE_FAILED (-2045022973L)
26#define G_BUFFER_ALLOC (-2045022972L)
27#define G_BAD_MSG_CTX (-2045022971L)
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#define G_WRONG_SIZE (-2045022970L)
30#define G_BAD_USAGE (-2045022969L)
31#define G_UNKNOWN_QOP (-2045022968L)
32#define G_NO_HOSTNAME (-2045022967L)
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#define G_BAD_HOSTNAME (-2045022966L)
35#define G_WRONG_MECH (-2045022965L)
36#define G_BAD_TOK_HEADER (-2045022964L)
37#define G_BAD_DIRECTION (-2045022963L)
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#define G_TOK_TRUNC (-2045022962L)
40#define G_REFLECT (-2045022961L)
41#define G_WRONG_TOKID (-2045022960L)
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080042#define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
Ben Cheng654325d2012-03-07 21:13:49 -080043/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */