Commit 5960f2a6 authored by Yuntao Liu's avatar Yuntao Liu
Browse files

kabi: reserve space for efi.h

hulk inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I8X87C



--------------------------------

reserve space for efi.h

Signed-off-by: default avatarYuntao Liu <liuyuntao12@huawei.com>
parent 6f420dad
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
#include <linux/uuid.h>

#include <asm/page.h>
#include <linux/kabi.h>

struct screen_info;

@@ -669,6 +670,8 @@ extern struct efi {

	struct efi_memory_map		memmap;
	unsigned long			flags;
	KABI_RESERVE(1)
	KABI_RESERVE(2)
} efi;

#define EFI_RT_SUPPORTED_GET_TIME				0x0001