blob: 3536965913b09262f3bb202088f4ade104fd3417 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * udf_fs_i.h
3 *
4 * This file is intended for the Linux kernel/module.
5 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 * 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 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070012#ifndef _UDF_FS_I_H
13#define _UDF_FS_I_H 1
14
Linus Torvalds1da177e2005-04-16 15:20:36 -070015/* exported IOCTLs, we have 'l', 0x40-0x7f */
Linus Torvalds1da177e2005-04-16 15:20:36 -070016#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 */