18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _FS_CEPH_DEBUGFS_H 38c2ecf20Sopenharmony_ci#define _FS_CEPH_DEBUGFS_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#include <linux/ceph/types.h> 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci/* debugfs.c */ 88c2ecf20Sopenharmony_ciextern void ceph_debugfs_init(void); 98c2ecf20Sopenharmony_ciextern void ceph_debugfs_cleanup(void); 108c2ecf20Sopenharmony_ciextern void ceph_debugfs_client_init(struct ceph_client *client); 118c2ecf20Sopenharmony_ciextern void ceph_debugfs_client_cleanup(struct ceph_client *client); 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#endif 148c2ecf20Sopenharmony_ci 15