summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/jffs2/include/linux/fs.h
blob: c2f173ac81a17c13b5ef1912f266e8953049dd5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __LINUX_FS_H__
#define __LINUX_FS_H__

#include <linux/stat.h>
/*
 * File types
 */
#define DT_UNKNOWN	0
#define DT_DIR		4
#define DT_REG		8


#endif /* __LINUX_FS_H__ */