]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blame - drivers/net/wireless/marvell/libertas/debugfs.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-disco-kernel.git] / drivers / net / wireless / marvell / libertas / debugfs.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
10078321
HS
2#ifndef _LBS_DEBUGFS_H_
3#define _LBS_DEBUGFS_H_
876c9d3a 4
10078321
HS
5void lbs_debugfs_init(void);
6void lbs_debugfs_remove(void);
876c9d3a 7
69f9032d
HS
8void lbs_debugfs_init_one(struct lbs_private *priv, struct net_device *dev);
9void lbs_debugfs_remove_one(struct lbs_private *priv);
10078321
HS
10
11#endif