net:wireless:Support eswin usb wifi ECR6600U
[platform/kernel/linux-starfive.git] / drivers / net / wireless / eswin / fullmac / ecrnx_debugfs_custom.h
1 #ifndef __ECRNX_DEBUGFS_CUSTOM_H_
2 #define __ECRNX_DEBUGFS_CUSTOM_H_
3
4 #include <linux/init.h>
5 #include <linux/module.h>
6 #include <linux/seq_file.h>
7
8 #include "lmac_types.h"
9 #include "ecrnx_debugfs_func.h"
10 #include "ecrnx_compat.h"
11
12
13 int ecrnx_debugfs_init(void     *private_data);
14 void ecrnx_debugfs_exit(void);
15 void ecrnx_debugfs_sta_in_ap_init(void *private_data);
16 void ecrnx_debugfs_sta_in_ap_del(u8 sta_idx);
17
18 #endif
19
20