tools: riscv: Add header file csr.h
authorHaibo Xu <haibo1.xu@intel.com>
Mon, 22 Jan 2024 09:58:36 +0000 (17:58 +0800)
committerAnup Patel <anup@brainfault.org>
Mon, 26 Feb 2024 04:44:02 +0000 (10:14 +0530)
commita69459d579df9200bc6f58ff04e1a8a4984016a7
tree658327593901f5d419b54bd4a97b8d54a312577e
parentb4b12469c5c3fbd9b9f8e5070e6e47a4337b87c6
tools: riscv: Add header file csr.h

Borrow the csr definitions and operations from kernel's
arch/riscv/include/asm/csr.h to tools/ for riscv.

Signed-off-by: Haibo Xu <haibo1.xu@intel.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Signed-off-by: Anup Patel <anup@brainfault.org>
tools/arch/riscv/include/asm/csr.h [new file with mode: 0644]