• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _ASM_M32R_SWAB_H
3 #define _ASM_M32R_SWAB_H
4 
5 #include <linux/types.h>
6 
7 #if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
8 #  define __SWAB_64_THRU_32__
9 #endif
10 
11 #endif /* _ASM_M32R_SWAB_H */
12