Unverified Commit e4b33d42 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files
parents 6f420dad 818a6846
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -597,6 +597,14 @@ struct sas_task {
	void   *uldd_task;
	struct sas_task_slow *slow_task;
	struct sas_tmf_task *tmf;

	KABI_RESERVE(1)
	KABI_RESERVE(2)
	KABI_RESERVE(3)
	KABI_RESERVE(4)
	KABI_RESERVE(5)
	KABI_RESERVE(6)
	KABI_RESERVE(7)
};

struct sas_task_slow {
@@ -672,6 +680,11 @@ struct sas_domain_function_template {
	/* GPIO support */
	int (*lldd_write_gpio)(struct sas_ha_struct *, u8 reg_type,
			       u8 reg_index, u8 reg_count, u8 *write_data);

	KABI_RESERVE(1)
	KABI_RESERVE(2)
	KABI_RESERVE(3)
	KABI_RESERVE(4)
};

extern int sas_register_ha(struct sas_ha_struct *);