aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/include/sbi.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/include/sbi.h')
-rw-r--r--arch/riscv/include/sbi.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/riscv/include/sbi.h b/arch/riscv/include/sbi.h
deleted file mode 100644
index 609849d..0000000
--- a/arch/riscv/include/sbi.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef APOS_RISCV_SBI_H
-
-struct sbiret {
- long error;
- long value;
-};
-
-struct sbiret sbi_ecall(int ext, int fid,
- unsigned long arg0, unsigned long arg1, unsigned long arg2,
- unsigned long arg3, unsigned long arg4, unsigned long arg5);
-
-#endif /* APOS_RISCV_SBI_H */