summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/hiperdispatch.h
blob: 27e23aa27a243024d1280be6573f186a583fc139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright IBM Corp. 2024
 */

#ifndef _ASM_HIPERDISPATCH_H
#define _ASM_HIPERDISPATCH_H

void hd_reset_state(void);
void hd_add_core(int cpu);
void hd_disable_hiperdispatch(void);
int hd_enable_hiperdispatch(void);

#endif /* _ASM_HIPERDISPATCH_H */