You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
290 B
14 lines
290 B
20 years ago
|
#ifndef _ASM_BYTEORDER_H
|
||
|
#define _ASM_BYTEORDER_H
|
||
|
|
||
|
#include <asm/types.h>
|
||
|
|
||
|
#if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__)
|
||
|
# define __BYTEORDER_HAS_U64__
|
||
|
# define __SWAB_64_THRU_32__
|
||
|
#endif
|
||
|
|
||
|
#include <linux/byteorder/big_endian.h>
|
||
|
|
||
|
#endif /* _ASM_BYTEORDER_H */
|