OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libfs/] [src/] [imfs/] [imfs_free.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*
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
 *  imfs_free.c,v 1.5 2001/01/22 14:05:14 joel Exp
13
 */
14
 
15
#if HAVE_CONFIG_H
16
#include "config.h"
17
#endif
18
 
19
#include <errno.h>
20
 
21
#include <rtems/libio_.h>
22
#include "imfs.h"
23
 
24
/*
25
 *  IMFS_freenodinfo
26
 *
27
 *  This routine is the IMFS free node handler for the file system
28
 *  operations table.
29
 *
30
 *  The In Memory File System keeps its nodes in memory.  This routine
31
 *  is for file sytems that do not.
32
 */
33
 
34
int IMFS_freenodinfo(
35
 rtems_filesystem_location_info_t      *pathloc       /* IN */
36
)
37
{
38
  return 0;
39
}
40
 

powered by: WebSVN 2.1.0

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