ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION
[deliverable/linux.git] / include / linux / reiserfs_fs.h
CommitLineData
1da177e4
LT
1/*
2 * Copyright 1996, 1997, 1998 Hans Reiser, see reiserfs/README for licensing and copyright details
3 */
1da177e4
LT
4#ifndef _LINUX_REISER_FS_H
5#define _LINUX_REISER_FS_H
6
7#include <linux/types.h>
e18fa700
JG
8#include <linux/magic.h>
9
1da177e4
LT
10/*
11 * include/linux/reiser_fs.h
12 *
13 * Reiser File System constants and structures
14 *
15 */
16
750e1c18
JSR
17/* ioctl's command */
18#define REISERFS_IOC_UNPACK _IOW(0xCD,1,long)
19/* define following flags to be the same as in ext2, so that chattr(1),
20 lsattr(1) will work with us. */
21#define REISERFS_IOC_GETFLAGS FS_IOC_GETFLAGS
22#define REISERFS_IOC_SETFLAGS FS_IOC_SETFLAGS
23#define REISERFS_IOC_GETVERSION FS_IOC_GETVERSION
24#define REISERFS_IOC_SETVERSION FS_IOC_SETVERSION
25
bd4c625c 26#endif /* _LINUX_REISER_FS_H */
This page took 1.015054 seconds and 5 git commands to generate.