1 #ifndef MICROBLAZE_SYSCALLS_H
2 #define MICROBLAZE_SYSCALLS_H 1
4 #define UNAME_MACHINE "microblaze"
5 #define UNAME_MINIMUM_RELEASE "2.6.32"
7 /* We use microblaze_reg_t to keep things similar to the kernel sources. */
8 typedef uint32_t microblaze_reg_t
;
10 struct target_pt_regs
{
51 #define TARGET_CLONE_BACKWARDS
52 #define TARGET_MINSIGSTKSZ 2048
53 #define TARGET_MLOCKALL_MCL_CURRENT 1
54 #define TARGET_MLOCKALL_MCL_FUTURE 2