18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * This program is free software; you can redistribute it and/or
48c2ecf20Sopenharmony_ci * modify it under the terms of the GNU General Public License
58c2ecf20Sopenharmony_ci * as published by the Free Software Foundation; either version
68c2ecf20Sopenharmony_ci * 2 of the License, or (at your option) any later version.
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci#ifndef _UAPI_ASM_POWERPC_SWAB_H
98c2ecf20Sopenharmony_ci#define _UAPI_ASM_POWERPC_SWAB_H
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#include <linux/types.h>
138c2ecf20Sopenharmony_ci#include <linux/compiler.h>
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci#ifdef __GNUC__
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#ifndef __powerpc64__
188c2ecf20Sopenharmony_ci#define __SWAB_64_THRU_32__
198c2ecf20Sopenharmony_ci#endif /* __powerpc64__ */
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci#endif /* __GNUC__ */
238c2ecf20Sopenharmony_ci
248c2ecf20Sopenharmony_ci#endif /* _UAPI_ASM_POWERPC_SWAB_H */
25