]> git.proxmox.com Git - mirror_qemu.git/blob - linux-user/sh4/syscall.h
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
[mirror_qemu.git] / linux-user / sh4 / syscall.h
1 struct target_pt_regs {
2 unsigned long regs[16];
3 unsigned long pc;
4 unsigned long pr;
5 unsigned long sr;
6 unsigned long gbr;
7 unsigned long mach;
8 unsigned long macl;
9 long tra;
10 };
11
12 #define UNAME_MACHINE "sh4"
13 #define UNAME_MINIMUM_RELEASE "2.6.32"