]> Git Repo - J-linux.git/blob - arch/s390/include/asm/hiperdispatch.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / s390 / include / asm / hiperdispatch.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright IBM Corp. 2024
4  */
5
6 #ifndef _ASM_HIPERDISPATCH_H
7 #define _ASM_HIPERDISPATCH_H
8
9 void hd_reset_state(void);
10 void hd_add_core(int cpu);
11 void hd_disable_hiperdispatch(void);
12 int hd_enable_hiperdispatch(void);
13
14 #endif /* _ASM_HIPERDISPATCH_H */
This page took 0.029342 seconds and 4 git commands to generate.