summaryrefslogtreecommitdiff
path: root/sys/arch/kbus/include/endian.h
AgeCommit message (Collapse)Author
1997-11-10DOH! conflicts from meNiklas Hallqvist
1997-11-09New endian.h design. All architectures now use a common file for the bulkNiklas Hallqvist
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32.
1997-10-14Gingold's port for kbus Series5 machine. Not fully finished and not very stablegingold