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

Subversion Repositories or1k

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

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*
2
 *  COPYRIGHT (c) 1989-1999.
3
 *  On-Line Applications Research Corporation (OAR).
4
 *
5
 *  The license and distribution terms for this file may be
6
 *  found in the file LICENSE in this distribution or at
7
 *  http://www.OARcorp.com/rtems/license.html.
8
 *
9
 *  imfs_config.c,v 1.3 2001/01/22 14:05:14 joel Exp
10
 */
11
 
12
#if HAVE_CONFIG_H
13
#include "config.h"
14
#endif
15
 
16
#include <rtems.h>
17
#include <rtems/libio_.h>
18
#include "imfs.h"
19
 
20
/* XXX this structure should use real constants */
21
 
22
rtems_filesystem_limits_and_options_t IMFS_LIMITS_AND_OPTIONS = {
23
   5,   /* link_max */
24
   6,   /* max_canon */
25
   7,   /* max_input */
26
   IMFS_NAME_MAX,       /* name_max */
27
   255, /* path_max */
28
   2,   /* pipe_buf */
29
   1,   /* posix_async_io */
30
   2,   /* posix_chown_restrictions */
31
   3,   /* posix_no_trunc */
32
   4,   /* posix_prio_io */
33
   5,   /* posix_sync_io */
34
   6    /* posix_vdisable */
35
};
36
 
37
 

powered by: WebSVN 2.1.0

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