18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * This program is free software; you can redistribute it and/or modify
68c2ecf20Sopenharmony_ci * it under the terms of the GNU General Public License version 2 and
78c2ecf20Sopenharmony_ci * only version 2 as published by the Free Software Foundation.
88c2ecf20Sopenharmony_ci *
98c2ecf20Sopenharmony_ci * This program is distributed in the hope that it will be useful,
108c2ecf20Sopenharmony_ci * but WITHOUT ANY WARRANTY; without even the implied warranty of
118c2ecf20Sopenharmony_ci * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
128c2ecf20Sopenharmony_ci * GNU General Public License for more details.
138c2ecf20Sopenharmony_ci *
148c2ecf20Sopenharmony_ci * You should have received a copy of the GNU General Public License
158c2ecf20Sopenharmony_ci * along with this program; if not, write to the Free Software
168c2ecf20Sopenharmony_ci * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
178c2ecf20Sopenharmony_ci * 02110-1301, USA.
188c2ecf20Sopenharmony_ci */
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci#ifndef _ASM_BYTEORDER_H
218c2ecf20Sopenharmony_ci#define _ASM_BYTEORDER_H
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_ci#if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__)
248c2ecf20Sopenharmony_ci#  define __BYTEORDER_HAS_U64__
258c2ecf20Sopenharmony_ci#endif
268c2ecf20Sopenharmony_ci
278c2ecf20Sopenharmony_ci#include <linux/byteorder/little_endian.h>
288c2ecf20Sopenharmony_ci
298c2ecf20Sopenharmony_ci#endif /* _ASM_BYTEORDER_H */
30