This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
882728f711
NetBSD
/
sys
/
arch
/
arm32
/
include
/
endian.h
4 lines
90 B
C
Raw
Normal View
History
Unescape
Escape
In the `MY THAT'S GROSS' department... Eliminate the recursive include of machine/endian.h from sys/endian.h.
2000-03-17 03:09:18 +03:00
/* $NetBSD: endian.h,v 1.10 2000/03/17 00:09:19 mycroft Exp $ */
Initial commit of the NetBSD/arm32 port.
1996-02-01 02:14:53 +03:00
Include <sys/endian.h> after defining whether where are little- or big-endian. i386, pc532 and vax still include <machine/byte_swap.h> and define macros for the {n,h}to{h,n}*() functions. mips also defines some endian-independent assembly-code aliases for unaligned memory accesses.
1999-08-21 09:53:50 +04:00
#
include
<sys/endian.h>