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/] [dirent.h] - Blame information for rev 1279

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#ifndef _LINUX_DIRENT_H
2
#define _LINUX_DIRENT_H
3
 
4
struct dirent {
5
        long            d_ino;
6
        __kernel_off_t  d_off;
7
        unsigned short  d_reclen;
8
        char            d_name[256]; /* We must not include limits.h! */
9
};
10
 
11
struct dirent64 {
12
        __u64           d_ino;
13
        __s64           d_off;
14
        unsigned short  d_reclen;
15
        unsigned char   d_type;
16
        char            d_name[256];
17
};
18
 
19
#endif

powered by: WebSVN 2.1.0

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