summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/m68k/bits/byteswap.h
Commit message (Collapse)AuthorAgeFilesLines
* byteswap: unify common definitionsMike Frysinger2009-08-191-40/+10
| | | | | | | | | | 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> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Merge from trunk."Steven J. Hill"2006-08-181-1/+1
|
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-1/+6
| | | | | and to better support each arch. This is a really big patch... -Erik
* Sync up m68k headersEric Andersen2001-11-141-26/+26
|
* Thanks to James Graves <jgraves@deltamobile.com>, we now haveEric Andersen2001-01-121-0/+62
a first pass at getting m68k working. It may have some problems, but should now be fairly close.