swab.h 261 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef _ASM_M32R_SWAB_H
  3. #define _ASM_M32R_SWAB_H
  4. #include <linux/types.h>
  5. #if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
  6. # define __SWAB_64_THRU_32__
  7. #endif
  8. #endif /* _ASM_M32R_SWAB_H */