|
Last change
on this file was
2,
checked in by jglee, 11 years ago
|
|
first commit
|
-
Property svn:executable set to
*
|
|
File size:
824 bytes
|
| Line | |
|---|
| 1 | /* |
|---|
| 2 | * udf_fs_i.h |
|---|
| 3 | * |
|---|
| 4 | * This file is intended for the Linux kernel/module. |
|---|
| 5 | * |
|---|
| 6 | * CONTACTS |
|---|
| 7 | * E-mail regarding any portion of the Linux UDF file system should be |
|---|
| 8 | * directed to the development team mailing list (run by majordomo): |
|---|
| 9 | * linux_udf@hpesjro.fc.hp.com |
|---|
| 10 | * |
|---|
| 11 | * COPYRIGHT |
|---|
| 12 | * This file is distributed under the terms of the GNU General Public |
|---|
| 13 | * License (GPL). Copies of the GPL can be obtained from: |
|---|
| 14 | * ftp://prep.ai.mit.edu/pub/gnu/GPL |
|---|
| 15 | * Each contributing author retains all rights to their own work. |
|---|
| 16 | */ |
|---|
| 17 | |
|---|
| 18 | #ifndef _UDF_FS_I_H |
|---|
| 19 | #define _UDF_FS_I_H 1 |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | /* exported IOCTLs, we have 'l', 0x40-0x7f */ |
|---|
| 23 | |
|---|
| 24 | #define UDF_GETEASIZE _IOR('l', 0x40, int) |
|---|
| 25 | #define UDF_GETEABLOCK _IOR('l', 0x41, void *) |
|---|
| 26 | #define UDF_GETVOLIDENT _IOR('l', 0x42, void *) |
|---|
| 27 | #define UDF_RELOCATE_BLOCKS _IOWR('l', 0x43, long) |
|---|
| 28 | |
|---|
| 29 | #endif /* _UDF_FS_I_H */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.