1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _LINUX_REISER_FS_H
8 #define _LINUX_REISER_FS_H
9 #include <linux/types.h>
10 #include <linux/magic.h>
11 #define REISERFS_IOC_UNPACK _IOW(0xCD, 1, long)
12 #define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
13 #define REISERFS_IOC_SETFLAGS FS_IOC_SETFLAGS
14 #define REISERFS_IOC_GETVERSION FS_IOC_GETVERSION
15 #define REISERFS_IOC_SETVERSION FS_IOC_SETVERSION
16 #endif
17