efi.h (6950e31b35fdf4588cbbdec1813091bb02cf8871) | efi.h (199c8471761273b7e287914cee968ddf21dfbfe0) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _ASM_X86_EFI_H 3#define _ASM_X86_EFI_H 4 5#include <asm/fpu/api.h> 6#include <asm/pgtable.h> 7#include <asm/processor-flags.h> 8#include <asm/tlb.h> --- 249 unchanged lines hidden (view full) --- 258static inline void efi_find_mirror(void) 259{ 260} 261static inline void efi_reserve_boot_services(void) 262{ 263} 264#endif /* CONFIG_EFI */ 265 | 1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _ASM_X86_EFI_H 3#define _ASM_X86_EFI_H 4 5#include <asm/fpu/api.h> 6#include <asm/pgtable.h> 7#include <asm/processor-flags.h> 8#include <asm/tlb.h> --- 249 unchanged lines hidden (view full) --- 258static inline void efi_find_mirror(void) 259{ 260} 261static inline void efi_reserve_boot_services(void) 262{ 263} 264#endif /* CONFIG_EFI */ 265 |
266#ifdef CONFIG_EFI_FAKE_MEMMAP 267extern void __init efi_fake_memmap_early(void); 268#else 269static inline void efi_fake_memmap_early(void) 270{ 271} 272#endif 273 |
|
266#endif /* _ASM_X86_EFI_H */ | 274#endif /* _ASM_X86_EFI_H */ |