]> Git Repo - linux.git/blob - drivers/firmware/efi/fake_mem.h
Merge branches 'acpi-numa', 'acpi-glue', 'acpi-config' and 'acpi-pmic'
[linux.git] / drivers / firmware / efi / fake_mem.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __EFI_FAKE_MEM_H__
3 #define __EFI_FAKE_MEM_H__
4 #include <asm/efi.h>
5
6 #define EFI_MAX_FAKEMEM CONFIG_EFI_MAX_FAKE_MEM
7
8 extern struct efi_mem_range efi_fake_mems[EFI_MAX_FAKEMEM];
9 extern int nr_fake_mem;
10 #endif /* __EFI_FAKE_MEM_H__ */
This page took 0.03318 seconds and 4 git commands to generate.