xref: /haiku/src/libs/compat/freebsd_network/compat/machine/endian.h (revision 83b1a68c52ba3e0e8796282759f694b7fdddf06d)
1 /*
2  * Copyright 2007 Haiku Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _FBSD_COMPAT_MACHINE_ENDIAN_H_
6 #define _FBSD_COMPAT_MACHINE_ENDIAN_H_
7 
8 
9 #include <sys/cdefs.h>
10 #include <sys/_types.h>
11 
12 #endif
13