Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35de6804 authored by Konstantin Dorfman's avatar Konstantin Dorfman Committed by Gerrit - the friendly Code Review server
Browse files

soc: qcom: spcom: fix uapi for SPU kernel-pil



This change adds missing userspace type definition,
fixing dependence.

Change-Id: I5020c38948579a2a929175f535553f6ada009051
Signed-off-by: default avatarKonstantin Dorfman <kdorfman@codeaurora.org>
parent aaebe0fe
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -84,6 +84,13 @@ struct spcom_user_create_channel_command {
	char ch_name[SPCOM_CHANNEL_NAME_SIZE];
} __packed;

/* Command structure between userspace spcomlib and spcom driver, on write() */
#define SPCOM_USER_RESTART_SP_CMD
struct spcom_user_restart_sp_command {
	enum spcom_cmd_id cmd_id;
	uint32_t arg;
} __packed;

/* maximum ION buf for send-modfied-command */
#define SPCOM_MAX_ION_BUF 4