1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _ASM_GENERIC_SWAB_H
8 #define _ASM_GENERIC_SWAB_H
9 #include <asm/bitsperlong.h>
10 #if __BITS_PER_LONG == 32
11 #if defined(__GNUC__) && !defined(__STRICT_ANSI__)
12 #define __SWAB_64_THRU_32__
13 #endif
14 #endif
15 #endif
16