URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-sparc/] [byteorder.h] - Rev 199
Go to most recent revision | Compare with Previous | Blame | View Log
/* $Id: byteorder.h,v 1.1.1.1 2001-09-10 07:44:42 simons Exp $ */ #ifndef _SPARC_BYTEORDER_H #define _SPARC_BYTEORDER_H #define ntohl(x) x #define ntohs(x) x #define htonl(x) x #define htons(x) x #ifdef __KERNEL__ #define __BIG_ENDIAN #endif #define __BIG_ENDIAN_BITFIELD #endif /* !(_SPARC_BYTEORDER_H) */
Go to most recent revision | Compare with Previous | Blame | View Log