From 2b3e9d9b244e279ef5693a7cf5dacc7903164af5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Jul 2002 09:46:48 +0000 Subject: Remove, moved to cpukit. --- c/src/exec/include/rtems/fs.h | 59 ------------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 c/src/exec/include/rtems/fs.h (limited to 'c/src/exec/include/rtems/fs.h') diff --git a/c/src/exec/include/rtems/fs.h b/c/src/exec/include/rtems/fs.h deleted file mode 100644 index 1749e4d95e..0000000000 --- a/c/src/exec/include/rtems/fs.h +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Some basic filesystem types - * - * COPYRIGHT (c) 1989-1999. - * On-Line Applications Research Corporation (OAR). - * - * The license and distribution terms for this file may be - * found in the file LICENSE in this distribution or at - * http://www.OARcorp.com/rtems/license.html. - * - * $Id$ - */ - -#ifndef __rtems_fstypes_h -#define __rtems_fstypes_h - -#ifdef __cplusplus -extern "C" { -#endif - -/* - * File descriptor Table Information - */ - -/* Forward declarations */ - -/* FIXME: shouldn't this better not be here? */ -typedef struct rtems_libio_tt rtems_libio_t; - -typedef struct rtems_filesystem_location_info_tt - rtems_filesystem_location_info_t; - -struct rtems_filesystem_mount_table_entry_tt; -typedef struct rtems_filesystem_mount_table_entry_tt - rtems_filesystem_mount_table_entry_t; - -typedef struct _rtems_filesystem_file_handlers_r - rtems_filesystem_file_handlers_r; -typedef struct _rtems_filesystem_operations_table - rtems_filesystem_operations_table; - -/* - * Structure used to determine a location/filesystem in the tree. - */ - -struct rtems_filesystem_location_info_tt -{ - void *node_access; - rtems_filesystem_file_handlers_r *handlers; - rtems_filesystem_operations_table *ops; - rtems_filesystem_mount_table_entry_t *mt_entry; -}; - -#ifdef __cplusplus -} -#endif - -#endif -/* end of include file */ -- cgit v1.2.3