summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libfs/src/dosfs/dosfs.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:46:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:46:48 +0000
commit2b3e9d9b244e279ef5693a7cf5dacc7903164af5 (patch)
tree955e5242d4d08a8ec747c8350f55003bb9d4b519 /c/src/exec/libfs/src/dosfs/dosfs.h
parentRemove everything. (diff)
downloadrtems-2b3e9d9b244e279ef5693a7cf5dacc7903164af5.tar.bz2
Remove, moved to cpukit.
Diffstat (limited to '')
-rw-r--r--c/src/exec/libfs/src/dosfs/dosfs.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/c/src/exec/libfs/src/dosfs/dosfs.h b/c/src/exec/libfs/src/dosfs/dosfs.h
deleted file mode 100644
index 4cea929d4c..0000000000
--- a/c/src/exec/libfs/src/dosfs/dosfs.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * dosfs.h
- *
- * Application interface to MSDOS filesystem.
- *
- * Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
- * Author: Eugeny S. Mints <Eugeny.Mints@oktet.ru>
- *
- * 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 __DOSFS_DOSFS_H__
-#define __DOSFS_DOSFS_H__
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include <rtems.h>
-#include <rtems/libio.h>
-
-extern rtems_filesystem_operations_table msdos_ops;
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* __DOSFS_DOSFS_H__ */