xref: /linux/arch/riscv/include/uapi/asm/byteorder.h (revision e2c0cdfba7f69925afc92b20cd9835d81e11a4f1)
1*e2c0cdfbSPalmer Dabbelt /*
2*e2c0cdfbSPalmer Dabbelt  * Copyright (C) 2012 ARM Ltd.
3*e2c0cdfbSPalmer Dabbelt  * Copyright (C) 2015 Regents of the University of California
4*e2c0cdfbSPalmer Dabbelt  *
5*e2c0cdfbSPalmer Dabbelt  * This program is free software; you can redistribute it and/or modify
6*e2c0cdfbSPalmer Dabbelt  * it under the terms of the GNU General Public License version 2 as
7*e2c0cdfbSPalmer Dabbelt  * published by the Free Software Foundation.
8*e2c0cdfbSPalmer Dabbelt  *
9*e2c0cdfbSPalmer Dabbelt  * This program is distributed in the hope that it will be useful,
10*e2c0cdfbSPalmer Dabbelt  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11*e2c0cdfbSPalmer Dabbelt  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12*e2c0cdfbSPalmer Dabbelt  * GNU General Public License for more details.
13*e2c0cdfbSPalmer Dabbelt  *
14*e2c0cdfbSPalmer Dabbelt  * You should have received a copy of the GNU General Public License
15*e2c0cdfbSPalmer Dabbelt  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
16*e2c0cdfbSPalmer Dabbelt  */
17*e2c0cdfbSPalmer Dabbelt 
18*e2c0cdfbSPalmer Dabbelt #ifndef _UAPI_ASM_RISCV_BYTEORDER_H
19*e2c0cdfbSPalmer Dabbelt #define _UAPI_ASM_RISCV_BYTEORDER_H
20*e2c0cdfbSPalmer Dabbelt 
21*e2c0cdfbSPalmer Dabbelt #include <linux/byteorder/little_endian.h>
22*e2c0cdfbSPalmer Dabbelt 
23*e2c0cdfbSPalmer Dabbelt #endif /* _UAPI_ASM_RISCV_BYTEORDER_H */
24