summaryrefslogtreecommitdiff
path: root/platform/generic/include/andes/andes_sbi.h
blob: 81ef9d5e4a716c3da6e6bfaf9fb277d6637584a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: BSD-2-Clause

#ifndef _RISCV_ANDES_SBI_H
#define _RISCV_ANDES_SBI_H

#include <sbi/sbi_ecall.h>
#include <sbi/sbi_trap.h>

int andes_sbi_vendor_ext_provider(long funcid,
				  struct sbi_trap_regs *regs,
				  struct sbi_ecall_return *out);

#endif /* _RISCV_ANDES_SBI_H */