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