Files
thead-uboot/arch/csky/include/asm/byteorder.h
2022-09-13 11:04:33 +08:00

14 lines
256 B
C

/*
* Copyright (C) 2017-2020 Alibaba Group Holding Limited
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __ASM_BYTEORDER_H
#define __ASM_BYTEORDER_H
#include <asm/types.h>
#include <linux/byteorder/little_endian.h>
#endif /* __ASM_BYTEORDER_H */