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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [i960/] [bits/] [endian.h] - Rev 1765

Compare with Previous | Blame | View Log

/* This file should define __BYTE_ORDER as appropriate for the machine
   in question.  See string/endian.h for how to define it.
 
   If only the stub bits/endian.h applies to a particular configuration,
   bytesex.h is generated by running a program on the host machine.
   So if cross-compiling to a machine with a different byte order,
   the bits/endian.h file for that machine must exist.  */
 
#ifndef _ENDIAN_H
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
#endif
 
#define __BYTE_ORDER __LITTLE_ENDIAN
 
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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