|
@@ -1,5 +1,5 @@
|
|
|
-#ifndef TARGET_SYSCALL_H
|
|
|
-#define TARGET_SYSCALL_H
|
|
|
+#ifndef NIOS2_TARGET_SYSCALL_H
|
|
|
+#define NIOS2_TARGET_SYSCALL_H
|
|
|
|
|
|
#define UNAME_MACHINE "nios2"
|
|
|
#define UNAME_MINIMUM_RELEASE "3.19.0"
|
|
@@ -34,4 +34,4 @@ struct target_pt_regs {
|
|
|
#define TARGET_MLOCKALL_MCL_CURRENT 1
|
|
|
#define TARGET_MLOCKALL_MCL_FUTURE 2
|
|
|
|
|
|
-#endif /* TARGET_SYSCALL_H */
|
|
|
+#endif /* NIOS2_TARGET_SYSCALL_H */
|