]> Git Repo - J-linux.git/blob - drivers/crypto/cavium/nitrox/nitrox_debugfs.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / crypto / cavium / nitrox / nitrox_debugfs.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NITROX_DEBUGFS_H
3 #define __NITROX_DEBUGFS_H
4
5 #include "nitrox_dev.h"
6
7 #ifdef CONFIG_DEBUG_FS
8 void nitrox_debugfs_init(struct nitrox_device *ndev);
9 void nitrox_debugfs_exit(struct nitrox_device *ndev);
10 #else
11 static inline void nitrox_debugfs_init(struct nitrox_device *ndev)
12 {
13 }
14
15 static inline void nitrox_debugfs_exit(struct nitrox_device *ndev)
16 {
17 }
18 #endif /* !CONFIG_DEBUG_FS */
19
20 #endif /* __NITROX_DEBUGFS_H */
This page took 0.027105 seconds and 4 git commands to generate.