1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linu !! 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 /* !! 2 #ifndef _M68K_BYTEORDER_H 3 * Copyright (C) 2009 Thomas Chou <thomas@wy !! 3 #define _M68K_BYTEORDER_H 4 * Copyright (C) 2004 Microtronix Datacom Lt << 5 * << 6 * This program is free software; you can redi << 7 * it under the terms of the GNU General Publi << 8 * the Free Software Foundation; either versio << 9 * (at your option) any later version. << 10 * << 11 * This program is distributed in the hope tha << 12 * but WITHOUT ANY WARRANTY; without even the << 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR << 14 * GNU General Public License for more details << 15 * << 16 */ << 17 4 18 #ifndef _ASM_NIOS2_BYTEORDER_H !! 5 #include <linux/byteorder/big_endian.h> 19 #define _ASM_NIOS2_BYTEORDER_H << 20 6 21 #include <linux/byteorder/little_endian.h> !! 7 #endif /* _M68K_BYTEORDER_H */ 22 << 23 #endif << 24 8
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.