Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.1 10 lines 280 B view raw
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 8extern struct efi_mem_range efi_fake_mems[EFI_MAX_FAKEMEM]; 9extern int nr_fake_mem; 10#endif /* __EFI_FAKE_MEM_H__ */