We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684514a commit 068676eCopy full SHA for 068676e
os/src/sbi.rs
@@ -3,10 +3,6 @@
3
use core::arch::asm;
4
5
const SBI_CONSOLE_PUTCHAR: usize = 1;
6
-#[allow(dead_code)]
7
-const SBI_SHUTDOWN: usize = 0x53525354;
8
9
-const SBI_SET_TIMER: usize = 0x54494D45;
10
11
/// general sbi call
12
#[inline(always)]
0 commit comments