1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NITROX_DEBUGFS_H
3 #define __NITROX_DEBUGFS_H
5 #include "nitrox_dev.h"
8 void nitrox_debugfs_init(struct nitrox_device
*ndev
);
9 void nitrox_debugfs_exit(struct nitrox_device
*ndev
);
11 static inline void nitrox_debugfs_init(struct nitrox_device
*ndev
)
15 static inline void nitrox_debugfs_exit(struct nitrox_device
*ndev
)
18 #endif /* !CONFIG_DEBUG_FS */
20 #endif /* __NITROX_DEBUGFS_H */