uv.h 215 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef BOOT_UV_H
  3. #define BOOT_UV_H
  4. unsigned long adjust_to_uv_max(unsigned long limit);
  5. void sanitize_prot_virt_host(void);
  6. void uv_query_info(void);
  7. #endif /* BOOT_UV_H */