From 14fc3a77f8108838523fe73db08709419331819b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 9 Jun 2010 09:38:10 +0000 Subject: 2010-06-09 Sebastian Huber * libcsupport/include/rtems/libio.h, sapi/include/confdefs.h: Added and use defines for file system types. --- cpukit/libcsupport/include/rtems/libio.h | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'cpukit/libcsupport/include/rtems/libio.h') diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h index 3e020ee2e4..cc28c7b42d 100644 --- a/cpukit/libcsupport/include/rtems/libio.h +++ b/cpukit/libcsupport/include/rtems/libio.h @@ -56,7 +56,7 @@ extern "C" { typedef _off64_t rtems_off64_t; /** - * @name File system node types. + * @name File System Node Types * * @{ */ @@ -669,6 +669,23 @@ static inline rtems_device_minor_number rtems_filesystem_dev_minor_t( #define rtems_libio_is_valid_perms( _perm ) \ (~ ((~RTEMS_LIBIO_PERMS_RWX) & _perm )) +/** + * @name File System Types + * + * @{ + */ + +#define RTEMS_FILESYSTEM_TYPE_IMFS "imfs" +#define RTEMS_FILESYSTEM_TYPE_MINIIMFS "mimfs" +#define RTEMS_FILESYSTEM_TYPE_DEVFS "devfs" +#define RTEMS_FILESYSTEM_TYPE_FTPFS "ftpfs" +#define RTEMS_FILESYSTEM_TYPE_TFTPFS "tftpfs" +#define RTEMS_FILESYSTEM_TYPE_NFS "nfs" +#define RTEMS_FILESYSTEM_TYPE_DOSFS "dosfs" +#define RTEMS_FILESYSTEM_TYPE_RFS "rfs" + +/** @} */ + /* * Prototypes for filesystem */ -- cgit v1.2.3