ARM: amba: Make driver_override output consistent with other buses
[linux/fpc-iii.git] / arch / powerpc / include / uapi / asm / swab.h
blob17b16c44d20ca0883234675f0e9c04ade382926a
1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
2 /*
3 * This program is free software; you can redistribute it and/or
4 * modify it under the terms of the GNU General Public License
5 * as published by the Free Software Foundation; either version
6 * 2 of the License, or (at your option) any later version.
7 */
8 #ifndef _UAPI_ASM_POWERPC_SWAB_H
9 #define _UAPI_ASM_POWERPC_SWAB_H
12 #include <linux/types.h>
13 #include <linux/compiler.h>
15 #ifdef __GNUC__
17 #ifndef __powerpc64__
18 #define __SWAB_64_THRU_32__
19 #endif /* __powerpc64__ */
22 #endif /* __GNUC__ */
24 #endif /* _UAPI_ASM_POWERPC_SWAB_H */