Commit 078ad818 authored by Luo Gengkun's avatar Luo Gengkun
Browse files

kabi: reserve space for internal.h

hulk inclusion
category: feature
bugzilla: https://gitee.com/src-openeuler/kernel/issues/IBC1PM



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

reserve space for internal.h

Signed-off-by: default avatarLuo Gengkun <luogengkun2@huawei.com>
parent 279803fa
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
#include <linux/hardirq.h>
#include <linux/uaccess.h>
#include <linux/refcount.h>
#include <linux/kabi.h>

/* Buffer handling */

@@ -54,6 +55,15 @@ struct perf_buffer {
	void				**aux_pages;
	void				*aux_priv;

	KABI_RESERVE(1)
	KABI_RESERVE(2)
	KABI_RESERVE(3)
	KABI_RESERVE(4)
	KABI_RESERVE(5)
	KABI_RESERVE(6)
	KABI_RESERVE(7)
	KABI_RESERVE(8)

	struct perf_event_mmap_page	*user_page;
	void				*data_pages[];
};