blob: 7add7fdd558ed9ddaafe87410595f018b3874880 [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 LINUX_NFSD_DEBUG_H
20#define LINUX_NFSD_DEBUG_H
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080021#include <linux/sunrpc/debug.h>
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080022#ifdef RPC_DEBUG
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 NFSD_DEBUG 1
25#endif
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080026#define NFSDDBG_SOCK 0x0001
27#define NFSDDBG_FH 0x0002
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 NFSDDBG_EXPORT 0x0004
30#define NFSDDBG_SVC 0x0008
31#define NFSDDBG_PROC 0x0010
32#define NFSDDBG_FILEOP 0x0020
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 NFSDDBG_AUTH 0x0040
35#define NFSDDBG_REPCACHE 0x0080
36#define NFSDDBG_XDR 0x0100
37#define NFSDDBG_LOCKD 0x0200
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 NFSDDBG_ALL 0x7FFF
40#define NFSDDBG_NOCHANGE 0xFFFF
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080041#endif