Commit bc51014d authored by Yuntao Liu's avatar Yuntao Liu
Browse files

kabi: reserve space for fb.h

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



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

reserve space for fb.h

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

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

struct vm_area_struct;
struct fb_info;
@@ -218,6 +219,8 @@ struct fb_deferred_io {
	struct list_head pagereflist; /* list of pagerefs for touched pages */
	/* callback */
	void (*deferred_io)(struct fb_info *info, struct list_head *pagelist);
	KABI_RESERVE(1)
	KABI_RESERVE(2)
};
#endif

@@ -501,6 +504,10 @@ struct fb_info {
	void *par;

	bool skip_vt_switch; /* no VT switch on suspend/resume required */
	KABI_RESERVE(1)
	KABI_RESERVE(2)
	KABI_RESERVE(3)
	KABI_RESERVE(4)
};

/* This will go away