USB: serial: option: reimplement interface masking
[linux/fpc-iii.git] / arch / score / include / asm / user.h
blobf7b0f3434e72978a53e8f84fafce99d448409b09
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_SCORE_USER_H
3 #define _ASM_SCORE_USER_H
5 struct user_regs_struct {
6 unsigned long regs[32];
8 unsigned long cel;
9 unsigned long ceh;
11 unsigned long sr0; /* cnt */
12 unsigned long sr1; /* lcr */
13 unsigned long sr2; /* scr */
15 unsigned long cp0_epc;
16 unsigned long cp0_ema;
17 unsigned long cp0_psr;
18 unsigned long cp0_ecr;
19 unsigned long cp0_condition;
22 #endif /* _ASM_SCORE_USER_H */