Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
20c337f445b13652a0e080e2f4ec5202436cf71a
/
.
/
ap
/
os
/
linux
/
linux-3.4.x
/
include
/
linux
/
dirent.h
blob: f072fb8d10a3268b402323c91b40be250872726a [
file
] [
log
] [
blame
]
#ifndef
_LINUX_DIRENT_H
#define
_LINUX_DIRENT_H
struct
linux_dirent64
{
u64 d_ino
;
s64 d_off
;
unsigned
short
d_reclen
;
unsigned
char
d_type
;
char
d_name
[
0
];
};
#endif