blob: c78257d172e516cc3485d5a223770ced89d11931 [file] [log] [blame]
Greg Kroah-Hartman6f52b162017-11-01 15:08:43 +01001/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
Harvey Harrison91959472009-01-06 14:56:33 -08002#ifndef _ASM_SWAB_H
3#define _ASM_SWAB_H
4
Jaswinder Singh Rajputdacd7622009-01-31 10:53:32 +05305#include <linux/types.h>
Harvey Harrison91959472009-01-06 14:56:33 -08006
7#if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__)
8# define __SWAB_64_THRU_32__
9#endif
10
11#endif /* _ASM_SWAB_H */