mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-15 11:16:42 +07:00
735ee005c3
This patch adds csky registers' definition, bitops, byteorder, asm-offsets codes. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
10 lines
242 B
C
10 lines
242 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
|
|
|
|
#ifndef __ASM_CSKY_BYTEORDER_H
|
|
#define __ASM_CSKY_BYTEORDER_H
|
|
|
|
#include <linux/byteorder/little_endian.h>
|
|
|
|
#endif /* __ASM_CSKY_BYTEORDER_H */
|