summaryrefslogtreecommitdiff
path: root/linux-user/sh4/syscall.h
blob: 285ecf3a79fc3162644d3dd55aff161976bd15db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
struct target_pt_regs {
        unsigned long regs[16];
        unsigned long pc;
        unsigned long pr;
        unsigned long sr;
        unsigned long gbr;
        unsigned long mach;
        unsigned long macl;
        long tra;
};

#define UNAME_MACHINE "sh4"
#define UNAME_MINIMUM_RELEASE "2.6.32"

#define TARGET_MINSIGSTKSZ 2048