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

Subversion Repositories test_project

[/] [test_project/] [trunk/] [linux_sd_driver/] [include/] [linux/] [adfs_fs_i.h] - Blame information for rev 62

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 62 marcus.erl
/*
2
 *  linux/include/linux/adfs_fs_i.h
3
 *
4
 * Copyright (C) 1997 Russell King
5
 */
6
 
7
#ifndef _ADFS_FS_I
8
#define _ADFS_FS_I
9
 
10
/*
11
 * adfs file system inode data in memory
12
 */
13
struct adfs_inode_info {
14
        loff_t          mmu_private;
15
        unsigned long   parent_id;      /* object id of parent          */
16
        __u32           loadaddr;       /* RISC OS load address         */
17
        __u32           execaddr;       /* RISC OS exec address         */
18
        unsigned int    filetype;       /* RISC OS file type            */
19
        unsigned int    attr;           /* RISC OS permissions          */
20
        unsigned int    stamped:1;      /* RISC OS file has date/time   */
21
        struct inode vfs_inode;
22
};
23
 
24
#endif

powered by: WebSVN 2.1.0

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