URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [compat/] [linux/] [v2_0/] [include/] [linux/] [fs.h] - Rev 308
Go to most recent revision | Compare with Previous | Blame | View Log
#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__ */
Go to most recent revision | Compare with Previous | Blame | View Log