OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [LINUX_2_4_26_OR32/] [linux/] [linux-2.4/] [include/] [linux/] [iso_fs_i.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#ifndef _ISO_FS_I
2
#define _ISO_FS_I
3
 
4
enum isofs_file_format {
5
        isofs_file_normal = 0,
6
        isofs_file_sparse = 1,
7
        isofs_file_compressed = 2,
8
};
9
 
10
/*
11
 * iso fs inode data in memory
12
 */
13
struct iso_inode_info {
14
        unsigned int i_first_extent;
15
        unsigned char i_file_format;
16
        unsigned char i_format_parm[3];
17
        unsigned long i_next_section_ino;
18
        off_t i_section_size;
19
};
20
 
21
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.