xref: /wlan-driver/platform/icnss2/genl.h (revision 5113495b16420b49004c444715d2daae2066e7dc)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright (c) 2019-2020, The Linux Foundation. All rights reserved. */
3 
4 #ifndef __ICNSS_GENL_H__
5 #define __ICNSS_GENL_H__
6 
7 enum icnss_genl_msg_type {
8 	ICNSS_GENL_MSG_TYPE_UNSPEC,
9 	ICNSS_GENL_MSG_TYPE_QDSS,
10 };
11 
12 int icnss_genl_init(void);
13 void icnss_genl_exit(void);
14 int icnss_genl_send_msg(void *buff, u8 type,
15 			char *file_name, u32 total_size);
16 
17 #endif
18