Move all files into ports/ subdirectory in preparation for merge with glibc
[glibc.git] / ports / sysdeps / m68k / bits / endian.h
blobbf4ecb60a4c2b8af24a2357de9c23b2975e0fcc2
1 /* m68k is big-endian. */
3 #ifndef _ENDIAN_H
4 # error "Never use <bits/endian.h> directly; include <endian.h> instead."
5 #endif
7 #define __BYTE_ORDER __BIG_ENDIAN