summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio_.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-10-30 17:20:16 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-10-30 18:03:29 +0100
commit93b29f08f0a62e5dd89498b58b569ac78a06271b (patch)
treec025e58266ed26e207a78829fc5762aa693e7f38 /cpukit/libcsupport/include/rtems/libio_.h
parentlibblock: Use transient event (diff)
downloadrtems-93b29f08f0a62e5dd89498b58b569ac78a06271b.tar.bz2
Filesystem: Use transient event
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libio_.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libio_.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/libcsupport/include/rtems/libio_.h
index f2791a0a61..4f7a432e9a 100644
--- a/cpukit/libcsupport/include/rtems/libio_.h
+++ b/cpukit/libcsupport/include/rtems/libio_.h
@@ -38,16 +38,6 @@ extern "C" {
#define RTEMS_LIBIO_SEM rtems_build_name('L', 'B', 'I', 'O')
#define RTEMS_LIBIO_IOP_SEM(n) rtems_build_name('L', 'B', 'I', n)
-/**
- * @brief Event to signal an unmount process completion.
- *
- * This event should equal the RTEMS_BDBUF_TRANSFER_SYNC event to avoid too
- * many events reserved for the file system.
- *
- * @see rtems_filesystem_do_unmount() and unmount().
- */
-#define RTEMS_FILESYSTEM_UNMOUNT_EVENT RTEMS_EVENT_1
-
extern rtems_id rtems_libio_semaphore;
/*