OpenCores
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] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
#ifndef __LINUX_FS_H__
2
#define __LINUX_FS_H__
3
 
4
#include <linux/stat.h>
5
/*
6
 * File types
7
 */
8
#define DT_UNKNOWN      0
9
#define DT_DIR          4
10
#define DT_REG          8
11
 
12
 
13
#endif /* __LINUX_FS_H__ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.