mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-07-18 14:15:49 +02:00
14 lines
256 B
C
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 */
|