summaryrefslogtreecommitdiff
path: root/linux-user/riscv/target_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/riscv/target_structs.h')
-rw-r--r--linux-user/riscv/target_structs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-user/riscv/target_structs.h b/linux-user/riscv/target_structs.h
index 4f0462c497..ea3e5ed17e 100644
--- a/linux-user/riscv/target_structs.h
+++ b/linux-user/riscv/target_structs.h
@@ -4,8 +4,8 @@
* This is a copy of ../aarch64/target_structs.h atm.
*
*/
-#ifndef TARGET_STRUCTS_H
-#define TARGET_STRUCTS_H
+#ifndef RISCV_TARGET_STRUCTS_H
+#define RISCV_TARGET_STRUCTS_H
struct target_ipc_perm {
abi_int __key; /* Key. */