repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
HID: magicmouse: Correct parsing of large X and Y motions.
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
linux
/
dirent.h
blob
f072fb8d10a3268b402323c91b40be250872726a
1
#ifndef _LINUX_DIRENT_H
2
#define _LINUX_DIRENT_H
3
4
struct
linux_dirent64
{
5
u64 d_ino
;
6
s64 d_off
;
7
unsigned short
d_reclen
;
8
unsigned char
d_type
;
9
char
d_name
[
0
];
10
};
11
12
#endif