ALSA: hda - Add the top speaker pin config for HP Spectre x360
[linux/fpc-iii.git] / arch / x86 / include / asm / fpu / regset.h
blob39d3107ac6c7a4faa9a0376de12e06b832bdf0c3
1 /*
2 * FPU regset handling methods:
3 */
4 #ifndef _ASM_X86_FPU_REGSET_H
5 #define _ASM_X86_FPU_REGSET_H
7 #include <linux/regset.h>
9 extern user_regset_active_fn regset_fpregs_active, regset_xregset_fpregs_active;
10 extern user_regset_get_fn fpregs_get, xfpregs_get, fpregs_soft_get,
11 xstateregs_get;
12 extern user_regset_set_fn fpregs_set, xfpregs_set, fpregs_soft_set,
13 xstateregs_set;
16 * xstateregs_active == regset_fpregs_active. Please refer to the comment
17 * at the definition of regset_fpregs_active.
19 #define xstateregs_active regset_fpregs_active
21 #endif /* _ASM_X86_FPU_REGSET_H */