summaryrefslogtreecommitdiff
path: root/com32/include/byteswap.h
Commit message (Collapse)AuthorAgeFilesLines
* Generic facilities for byteswapping and unaligned referencesH. Peter Anvin2013-04-021-5/+135
| | | | | | | For future portability, add functions to access both littleendian and bigendian numbers, and to perform unaligned memory references. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* core: factor out byteswap.h from netinet/in.hEric W. Biederman2011-04-121-0/+50
This is a logical generalization, follows the precedent set by glibc and it will allow us to avoid problems with lwips definition of the network byte swap functions. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>