aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/ncp_no.h
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2012-10-30 03:20:56 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2012-10-30 03:20:56 -0400
commit53279f36dccffc26ff536003fd6bb97cc21c3b82 (patch)
tree9d16e497c0e4158c7c054c479bd0e9ff0388d7bb /include/uapi/linux/ncp_no.h
parenta6e8c0a25377e27958b11b20e1927885ae7c9857 (diff)
parent8f0d8163b50e01f398b14bcd4dc039ac5ab18d64 (diff)
Merge tag 'v3.7-rc3' into next to sync up with recent USB and MFD changes
Diffstat (limited to 'include/uapi/linux/ncp_no.h')
-rw-r--r--include/uapi/linux/ncp_no.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/uapi/linux/ncp_no.h b/include/uapi/linux/ncp_no.h
new file mode 100644
index 000000000000..cddaa48fb182
--- /dev/null
+++ b/include/uapi/linux/ncp_no.h
@@ -0,0 +1,19 @@
1#ifndef _NCP_NO
2#define _NCP_NO
3
4/* these define the attribute byte as seen by NCP */
5#define aRONLY (__cpu_to_le32(1))
6#define aHIDDEN (__cpu_to_le32(2))
7#define aSYSTEM (__cpu_to_le32(4))
8#define aEXECUTE (__cpu_to_le32(8))
9#define aDIR (__cpu_to_le32(0x10))
10#define aARCH (__cpu_to_le32(0x20))
11#define aSHARED (__cpu_to_le32(0x80))
12#define aDONTSUBALLOCATE (__cpu_to_le32(1L<<11))
13#define aTRANSACTIONAL (__cpu_to_le32(1L<<12))
14#define aPURGE (__cpu_to_le32(1L<<16))
15#define aRENAMEINHIBIT (__cpu_to_le32(1L<<17))
16#define aDELETEINHIBIT (__cpu_to_le32(1L<<18))
17#define aDONTCOMPRESS (__cpu_to_le32(1L<<27))
18
19#endif /* _NCP_NO */