diff options
author | David Howells <dhowells@redhat.com> | 2012-10-13 05:46:48 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-13 05:46:48 -0400 |
commit | 607ca46e97a1b6594b29647d98a32d545c24bdff (patch) | |
tree | 30f4c0784bfddb57332cdc0678bd06d1e77fa185 /include/uapi/linux/udf_fs_i.h | |
parent | 08cce05c5a91f5017f4edc9866cf026908c73f9f (diff) |
UAPI: (Scripted) Disintegrate include/linux
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'include/uapi/linux/udf_fs_i.h')
-rw-r--r-- | include/uapi/linux/udf_fs_i.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/include/uapi/linux/udf_fs_i.h b/include/uapi/linux/udf_fs_i.h new file mode 100644 index 000000000000..3536965913b0 --- /dev/null +++ b/include/uapi/linux/udf_fs_i.h | |||
@@ -0,0 +1,21 @@ | |||
1 | /* | ||
2 | * udf_fs_i.h | ||
3 | * | ||
4 | * This file is intended for the Linux kernel/module. | ||
5 | * | ||
6 | * COPYRIGHT | ||
7 | * This file is distributed under the terms of the GNU General Public | ||
8 | * License (GPL). Copies of the GPL can be obtained from: | ||
9 | * ftp://prep.ai.mit.edu/pub/gnu/GPL | ||
10 | * Each contributing author retains all rights to their own work. | ||
11 | */ | ||
12 | #ifndef _UDF_FS_I_H | ||
13 | #define _UDF_FS_I_H 1 | ||
14 | |||
15 | /* exported IOCTLs, we have 'l', 0x40-0x7f */ | ||
16 | #define UDF_GETEASIZE _IOR('l', 0x40, int) | ||
17 | #define UDF_GETEABLOCK _IOR('l', 0x41, void *) | ||
18 | #define UDF_GETVOLIDENT _IOR('l', 0x42, void *) | ||
19 | #define UDF_RELOCATE_BLOCKS _IOWR('l', 0x43, long) | ||
20 | |||
21 | #endif /* _UDF_FS_I_H */ | ||