URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-m68k/] [byteorder.h] - Rev 1777
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _M68K_BYTEORDER_H #define _M68K_BYTEORDER_H #ifdef __KERNEL__ #define __BIG_ENDIAN #endif #define __BIG_ENDIAN_BITFIELD #define ntohl(x) x #define ntohs(x) x #define htonl(x) x #define htons(x) x #endif
Go to most recent revision | Compare with Previous | Blame | View Log