summaryrefslogtreecommitdiffstats
path: root/arch/csky/include/asm/checksum.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* csky: Fixup compile errorGuo Ren2021-02-271-1/+0
| | | | | | | | | : error: C++ style comments are not allowed in ISO C90 // Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd. ^ error: (this will be reported only once per input file) Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
* csky: Misc headersGuo Ren2018-10-251-0/+50
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>