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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libc/] [machine/] [arm/] [machine/] [param.h] - Blame information for rev 345

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
/* ARM configuration file; HZ is 100 rather than the default 60 */
2
 
3
#ifndef _MACHINE_PARAM_H
4
# define _MACHINE_PARAM_H
5
 
6
# define HZ (100)
7
 
8
#ifdef __ARMEB__
9
#define BYTE_ORDER BIG_ENDIAN
10
#else
11
#define BYTE_ORDER LITTLE_ENDIAN
12
#endif
13
 
14
#endif

powered by: WebSVN 2.1.0

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