Files
chromebox_10th_audio_driver/kernel-src/linux-hwe-6.17-6.17.0/arch/s390/boot/uv.h
2026-04-04 07:45:01 +00:00

10 lines
215 B
C

/* 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 */