]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/net/wireless/marvell/libertas/debugfs.h
Merge remote-tracking branches 'asoc/topic/max98925', 'asoc/topic/max98927', 'asoc...
[mirror_ubuntu-bionic-kernel.git] / drivers / net / wireless / marvell / libertas / debugfs.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LBS_DEBUGFS_H_
3 #define _LBS_DEBUGFS_H_
4
5 void lbs_debugfs_init(void);
6 void lbs_debugfs_remove(void);
7
8 void lbs_debugfs_init_one(struct lbs_private *priv, struct net_device *dev);
9 void lbs_debugfs_remove_one(struct lbs_private *priv);
10
11 #endif