]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - include/linux/dirent.h
UBUNTU: SAUCE: LSM stacking: procfs: add smack subdir to attrs
[mirror_ubuntu-artful-kernel.git] / include / linux / dirent.h
CommitLineData
1da177e4
LT
1#ifndef _LINUX_DIRENT_H
2#define _LINUX_DIRENT_H
3
1da177e4
LT
4struct 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
1da177e4 12#endif