summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/devfs/devfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/devfs/devfs.h')
-rw-r--r--cpukit/libfs/src/devfs/devfs.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/cpukit/libfs/src/devfs/devfs.h b/cpukit/libfs/src/devfs/devfs.h
index 0213e072f9..6b8fae1795 100644
--- a/cpukit/libfs/src/devfs/devfs.h
+++ b/cpukit/libfs/src/devfs/devfs.h
@@ -191,22 +191,6 @@ extern int devFS_stat(
);
/**
- * @brief Invoked upon Determination of a Node Type
- *
- * This routine is invoked upon determination of a node type.
- * Since this is a device-only filesystem, so there is only
- * one node type in the system.
- *
- * @param loc contains filesytem access information, this
- * parameter is ignored
- *
- * @retval always returns RTEMS_FILESYSTEM_DEVICE
- */
-extern rtems_filesystem_node_types_t devFS_node_type(
- const rtems_filesystem_location_info_t*loc
-);
-
-/**
* @brief Creates an item in the main device table.
*
* This routine is invoked upon registration of a new device