blob: 8b3a1a7a953a53c57e277e8ca0944639ecde8be4 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _FS_CEPH_DEBUGFS_H
3#define _FS_CEPH_DEBUGFS_H
4
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00005#include <linux/ceph/types.h>
6
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00007/* debugfs.c */
David Brazdil0f672f62019-12-10 10:32:29 +00008extern void ceph_debugfs_init(void);
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00009extern void ceph_debugfs_cleanup(void);
David Brazdil0f672f62019-12-10 10:32:29 +000010extern void ceph_debugfs_client_init(struct ceph_client *client);
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000011extern void ceph_debugfs_client_cleanup(struct ceph_client *client);
12
13#endif
14