/* SPDX-License-Identifier: GPL-2.0 */#ifndef _RISCV_PI_H_#define _RISCV_PI_H_#include <linux/types.h>/* * The following functions are exported (but prefixed). Declare them here so * that LLVM does not complain it lacks the 'static' keyword (which, if * added, makes LLVM complain because the function is unused). */u64get_kaslr_seed(uintptr_tdtb_pa);