source: rtems/cpukit/libfs/src/defaults/default_fsunmount.c @ 0ec9bbc

5
Last change on this file since 0ec9bbc was c499856, checked in by Chris Johns <chrisj@…>, on 03/20/14 at 21:10:47

Change all references of rtems.com to rtems.org.

  • 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.org/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.