Finish <sys/user.h>.
Change-Id: I1d97d7fa3d5be2ff4728571ed5376705a27091ec
This commit is contained in:
parent
98c910fb21
commit
ab797cb4fd
@ -196,6 +196,15 @@ struct user_fp {
|
|||||||
unsigned char ftype[8];
|
unsigned char ftype[8];
|
||||||
unsigned int init_flag;
|
unsigned int init_flag;
|
||||||
};
|
};
|
||||||
|
struct user_vfp {
|
||||||
|
unsigned long long fpregs[32];
|
||||||
|
unsigned long fpscr;
|
||||||
|
};
|
||||||
|
struct user_vfp_exc {
|
||||||
|
unsigned long fpexc;
|
||||||
|
unsigned long fpinst;
|
||||||
|
unsigned long fpinst2;
|
||||||
|
};
|
||||||
struct user {
|
struct user {
|
||||||
struct pt_regs regs;
|
struct pt_regs regs;
|
||||||
int u_fpvalid;
|
int u_fpvalid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user