android_kernel_xiaomi_sm8350/drivers/soc/qcom/icnss2/genl.h
Sandeep Singh 13f37630bd icnss2: Add snapshot of icnss2 driver
This is a snapshot of the ICNSS2 driver and associated files as of
msm-4.19 commit bba237ba
("icnss2: Add support to send host SMMU IOVA range to firmware").

Change-Id: Ie779f948b29652f86950e4d6e5609fe5480b7ffe
Signed-off-by: Sandeep Singh <sandsing@codeaurora.org>
2020-07-08 15:48:47 +05:30

18 lines
402 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2019-2020, The Linux Foundation. All rights reserved. */
#ifndef __ICNSS_GENL_H__
#define __ICNSS_GENL_H__
enum icnss_genl_msg_type {
ICNSS_GENL_MSG_TYPE_UNSPEC,
ICNSS_GENL_MSG_TYPE_QDSS,
};
int icnss_genl_init(void);
void icnss_genl_exit(void);
int icnss_genl_send_msg(void *buff, u8 type,
char *file_name, u32 total_size);
#endif