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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [linux/] [minix_fs_i.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1633 jcastillo
#ifndef _MINIX_FS_I
2
#define _MINIX_FS_I
3
 
4
/*
5
 * minix fs inode data in memory
6
 */
7
struct minix_inode_info {
8
        union {
9
                __u16 i1_data[16];
10
                __u32 i2_data[16];
11
        } u;
12
};
13
 
14
#endif

powered by: WebSVN 2.1.0

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