diff options
Diffstat (limited to 'arch/s390/boot/uv.h')
-rw-r--r-- | arch/s390/boot/uv.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/s390/boot/uv.h b/arch/s390/boot/uv.h new file mode 100644 index 000000000000..da4a4a8d48e0 --- /dev/null +++ b/arch/s390/boot/uv.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef BOOT_UV_H +#define BOOT_UV_H + +unsigned long adjust_to_uv_max(unsigned long limit); +void sanitize_prot_virt_host(void); +void uv_query_info(void); + +#endif /* BOOT_UV_H */ |