summaryrefslogtreecommitdiffstats
path: root/target/riscv/sbi_ecall_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/riscv/sbi_ecall_interface.h')
-rw-r--r--target/riscv/sbi_ecall_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/riscv/sbi_ecall_interface.h b/target/riscv/sbi_ecall_interface.h
index fb1a3fa8f2..77574ed4cb 100644
--- a/target/riscv/sbi_ecall_interface.h
+++ b/target/riscv/sbi_ecall_interface.h
@@ -7,8 +7,8 @@
* Anup Patel <anup.patel@wdc.com>
*/
-#ifndef __SBI_ECALL_INTERFACE_H__
-#define __SBI_ECALL_INTERFACE_H__
+#ifndef SBI_ECALL_INTERFACE_H
+#define SBI_ECALL_INTERFACE_H
/* clang-format off */