1 #ifndef MICROBLAZE_TARGET_SYSCALL_H
2 #define MICROBLAZE_TARGET_SYSCALL_H
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_MCL_CURRENT 1
53 #define TARGET_MCL_FUTURE 2
54 #define TARGET_MCL_ONFAULT 4
56 #define TARGET_WANT_NI_OLD_SELECT