summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/cris/bits/byteswap.h
AgeCommit message (Collapse)Author
2009-07-21byteswap: unify common definitionsMike Frysinger
The majority of the byteswap functions are the same across all arches, so setup a common header to provide definitions if they don't exist. This allows arches to override only the ones they actually want to implement with inline assembly. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2006-01-26Ricard Wanderlof writes:Mike Frysinger
Here's a patch to avoid a name clash between include/bits/byteswap.h and the kernel include file <linux/byteorder/swab.h> . (Normally both aren't included by the same file, but we've had one case where a conflict occurred at link time, thus necessitating the patch). I've also taken the opportunity to make the general structure and namespace of the file similar to the corresponding file for other archs.
2004-09-23Add bswap_64 macro and uClibc_page.h. From Peter Kjellerstedt.Joakim Tjernlund
2003-08-27Cosmetic changes.Tobias Anderberg
2002-09-16Initial version of the CRIS port.Tobias Anderberg