]> Git Repo - qemu.git/blobdiff - linux-user/openrisc/target_syscall.h
linux-user: Clean up target_syscall.h header guards
[qemu.git] / linux-user / openrisc / target_syscall.h
index 19aeffc95d087dfc24e1fcfafddfb2b7c2fb06b0..9d3380f9a8de7a558582d0fccb7474bc99aced50 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef TARGET_SYSCALL_H
-#define TARGET_SYSCALL_H
+#ifndef OPENRISC_TARGET_SYSCALL_H
+#define OPENRISC_TARGET_SYSCALL_H
 
 struct target_pt_regs {
     union {
@@ -31,4 +31,4 @@ struct target_pt_regs {
 #define TARGET_MLOCKALL_MCL_CURRENT 1
 #define TARGET_MLOCKALL_MCL_FUTURE  2
 
-#endif  /* TARGET_SYSCALL_H */
+#endif /* OPENRISC_TARGET_SYSCALL_H */
This page took 0.023748 seconds and 4 git commands to generate.