OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libc/] [imfs_free.c] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*
2
 *  Free IMFS Node Support Routines
3
 *
4
 *
5
 *  COPYRIGHT (c) 1989-1999.
6
 *  On-Line Applications Research Corporation (OAR).
7
 *
8
 *  The license and distribution terms for this file may be
9
 *  found in the file LICENSE in this distribution or at
10
 *  http://www.OARcorp.com/rtems/license.html.
11
 *
12
 *  $Id: imfs_free.c,v 1.2 2001-09-27 12:01:15 chris Exp $
13
 */
14
 
15
#include <errno.h>
16
 
17
#include "libio_.h"
18
#include "imfs.h"
19
 
20
/*
21
 *  IMFS_freenodinfo
22
 *
23
 *  This routine is the IMFS free node handler for the file system
24
 *  operations table.
25
 *
26
 *  The In Memory File System keeps its nodes in memory.  This routine
27
 *  is for file sytems that do not.
28
 */
29
 
30
int IMFS_freenodinfo(
31
 rtems_filesystem_location_info_t      *pathloc       /* IN */
32
)
33
{
34
  return 0;
35
}
36
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.