blob: e0bd0a055dcce642a501ee35ac6f4242b1c42219 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef _LINUX_REISER_FS_H
8#define _LINUX_REISER_FS_H
9#include <linux/types.h>
10#include <linux/magic.h>
Tao Baod7db5942015-01-28 10:07:51 -080011#define REISERFS_IOC_UNPACK _IOW(0xCD, 1, long)
Ben Cheng655a7c02013-10-16 16:09:24 -070012#define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
13#define REISERFS_IOC_SETFLAGS FS_IOC_SETFLAGS
14#define REISERFS_IOC_GETVERSION FS_IOC_GETVERSION
Ben Cheng655a7c02013-10-16 16:09:24 -070015#define REISERFS_IOC_SETVERSION FS_IOC_SETVERSION
16#endif