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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*
2
 *  IMFS_node_type
3
 *
4
 *  The following verifies that returns the type of node that the
5
 *  loc refers to.
6
 *
7
 *  COPYRIGHT (c) 1989-1999.
8
 *  On-Line Applications Research Corporation (OAR).
9
 *
10
 *  The license and distribution terms for this file may be
11
 *  found in the file LICENSE in this distribution or at
12
 *  http://www.OARcorp.com/rtems/license.html.
13
 *
14
 *  $Id: imfs_ntype.c,v 1.2 2001-09-27 12:01:15 chris Exp $
15
 */
16
 
17
#include <errno.h>
18
#include "imfs.h"
19
 
20
rtems_filesystem_node_types_t IMFS_node_type(
21
   rtems_filesystem_location_info_t    *pathloc         /* IN */
22
)
23
{
24
  IMFS_jnode_t *node;
25
 
26
  node = pathloc->node_access;
27
  return node->type;
28
}

powered by: WebSVN 2.1.0

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