Greg Kroah-Hartman | 6f52b16 | 2017-11-01 15:08:43 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
Harvey Harrison | 9195947 | 2009-01-06 14:56:33 -0800 | [diff] [blame] | 2 | #ifndef _ASM_SWAB_H |
| 3 | #define _ASM_SWAB_H |
| 4 | |
Jaswinder Singh Rajput | dacd762 | 2009-01-31 10:53:32 +0530 | [diff] [blame] | 5 | #include <linux/types.h> |
Harvey Harrison | 9195947 | 2009-01-06 14:56:33 -0800 | [diff] [blame] | 6 | |
| 7 | #if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__) |
| 8 | # define __SWAB_64_THRU_32__ |
| 9 | #endif |
| 10 | |
| 11 | #endif /* _ASM_SWAB_H */ |