Import 2.3.6
[davej-history.git] / include / linux / adfs_fs_i.h
blob831575165e16398cefb2cc274514e0b987b8f317
1 /*
2 * linux/include/linux/adfs_fs_i.h
4 * Copyright (C) 1997 Russell King
5 */
7 #ifndef _ADFS_FS_I
8 #define _ADFS_FS_I
11 * adfs file system inode data in memory
13 struct adfs_inode_info {
14 unsigned long file_id; /* id of fragments containing actual data */
17 #endif