diff options
Diffstat (limited to 'linux-user/sparc64/syscall.h')
-rw-r--r-- | linux-user/sparc64/syscall.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/linux-user/sparc64/syscall.h b/linux-user/sparc64/syscall.h new file mode 100644 index 0000000000..c361558b67 --- /dev/null +++ b/linux-user/sparc64/syscall.h @@ -0,0 +1,10 @@ +struct target_pt_regs { + target_ulong u_regs[16]; + target_ulong tstate; + target_ulong pc; + target_ulong npc; + target_ulong y; + target_ulong fprs; +}; + +#define UNAME_MACHINE "sun4u" |