URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-m68k/] [byteorder.h] - Rev 199
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