WIP FPC-III support
[linux/fpc-iii.git] / arch / s390 / include / asm / nospec-branch.h
blobb4bd8c41e9d33d4f01ef8950be79f0fd02cd59c6
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_S390_EXPOLINE_H
3 #define _ASM_S390_EXPOLINE_H
5 #ifndef __ASSEMBLY__
7 #include <linux/types.h>
9 extern int nospec_disable;
11 void nospec_init_branches(void);
12 void nospec_auto_detect(void);
13 void nospec_revert(s32 *start, s32 *end);
15 #endif /* __ASSEMBLY__ */
17 #endif /* _ASM_S390_EXPOLINE_H */