debugfs.h 289 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _LBS_DEBUGFS_H_
  3. #define _LBS_DEBUGFS_H_
  4. void lbs_debugfs_init(void);
  5. void lbs_debugfs_remove(void);
  6. void lbs_debugfs_init_one(struct lbs_private *priv, struct net_device *dev);
  7. void lbs_debugfs_remove_one(struct lbs_private *priv);
  8. #endif