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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-m68k/] [byteorder.h] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1633 jcastillo
#ifndef _M68K_BYTEORDER_H
2
#define _M68K_BYTEORDER_H
3
 
4
#ifdef __KERNEL__
5
#define __BIG_ENDIAN
6
#endif
7
#define __BIG_ENDIAN_BITFIELD
8
 
9
#define ntohl(x) x
10
#define ntohs(x) x
11
#define htonl(x) x
12
#define htons(x) x
13
 
14
#endif

powered by: WebSVN 2.1.0

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