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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [include/] [sys/] [param.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 39 lampret
/* This is a dummy <sys/param.h> file, not customized for any
2
   particular system.  If there is a param.h in libc/sys/SYSDIR/sys,
3
   it will override this one.  */
4
 
5
#ifndef _SYS_PARAM_H
6
# define _SYS_PARAM_H
7
 
8
# define HZ (60)
9
# define NOFILE (60)
10
# define PATHSIZE (1024)
11
 
12
#ifdef __i386__
13
#define BIG_ENDIAN 4321
14
#define LITTLE_ENDIAN 1234
15
#define BYTE_ORDER LITTLE_ENDIAN
16
#endif
17
 
18
#endif

powered by: WebSVN 2.1.0

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