Commit 2ca47cd6 authored by Lin Yujun's avatar Lin Yujun
Browse files

drm: drm_fourcc.h: Add kabi_reserve

hulk inclusion
bugzilla: https://gitee.com/openeuler/kernel/issues/I8PS7G


CVE: NA

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

Add kabi_reserve in drm_fourcc.h

Signed-off-by: default avatarLin Yujun <linyujun809@huawei.com>
parent 05efc5bc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@
#include <linux/types.h>
#include <uapi/drm/drm_fourcc.h>

#include <linux/kabi.h>

/**
 * DRM_FORMAT_MAX_PLANES - maximum number of planes a DRM format can have
 */
@@ -141,6 +143,9 @@ struct drm_format_info {

	/** @is_color_indexed: Is it a color-indexed format? */
	bool is_color_indexed;

	KABI_RESERVE(1)
	KABI_RESERVE(2)
};

/**