/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_X86_INIT_H #define _ASM_X86_INIT_H #define __head … struct x86_mapping_info { … }; int kernel_ident_mapping_init(struct x86_mapping_info *info, pgd_t *pgd_page, unsigned long pstart, unsigned long pend); void kernel_ident_mapping_free(struct x86_mapping_info *info, pgd_t *pgd); #endif /* _ASM_X86_INIT_H */