xref: /kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/nitrox_debugfs.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef __NITROX_DEBUGFS_H
38c2ecf20Sopenharmony_ci#define __NITROX_DEBUGFS_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#include "nitrox_dev.h"
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#ifdef CONFIG_DEBUG_FS
88c2ecf20Sopenharmony_civoid nitrox_debugfs_init(struct nitrox_device *ndev);
98c2ecf20Sopenharmony_civoid nitrox_debugfs_exit(struct nitrox_device *ndev);
108c2ecf20Sopenharmony_ci#else
118c2ecf20Sopenharmony_cistatic inline void nitrox_debugfs_init(struct nitrox_device *ndev)
128c2ecf20Sopenharmony_ci{
138c2ecf20Sopenharmony_ci}
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_cistatic inline void nitrox_debugfs_exit(struct nitrox_device *ndev)
168c2ecf20Sopenharmony_ci{
178c2ecf20Sopenharmony_ci}
188c2ecf20Sopenharmony_ci#endif /* !CONFIG_DEBUG_FS */
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci#endif /* __NITROX_DEBUGFS_H */
21

Indexes created Thu Nov 07 10:32:03 CST 2024