OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [compat/] [linux/] [v2_0/] [include/] [linux/] [fs.h] - Rev 223

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

powered by: WebSVN 2.1.0

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