source: rtems/cpukit/libfs/src/defaults/default_fsunmount.c @ 3c2bb22

4.115
Last change on this file since 3c2bb22 was 36f3207, checked in by Alex Ivanov <alexivanov97@…>, on 12/28/12 at 13:49:39

libfs: Doxygen Enhancement Task #3

  • Property mode set to 100644
File size: 499 bytes
Line 
1/**
2 * @file
3 *
4 * @brief RTEMS Default File System Unmount
5 */
6
7/*
8 *  COPYRIGHT (c) 2010.
9 *  On-Line Applications Research Corporation (OAR).
10 *
11 *  The license and distribution terms for this file may be
12 *  found in the file LICENSE in this distribution or at
13 *  http://www.rtems.com/license/LICENSE.
14 */
15
16#include <rtems/libio.h>
17#include <rtems/libio_.h>
18#include <rtems/seterr.h>
19
20void rtems_filesystem_default_fsunmount(
21   rtems_filesystem_mount_table_entry_t *mt_entry    /* IN */
22)
23{
24}
Note: See TracBrowser for help on using the repository browser.