2017-11-01 15:07:57 +01:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2010-04-06 15:14:15 -07:00
|
|
|
#ifndef _FS_CEPH_DEBUGFS_H
|
|
|
|
|
#define _FS_CEPH_DEBUGFS_H
|
|
|
|
|
|
2012-10-02 18:01:25 +01:00
|
|
|
#include <linux/ceph/types.h>
|
2010-04-06 15:14:15 -07:00
|
|
|
|
|
|
|
|
/* debugfs.c */
|
2019-06-12 16:55:38 +02:00
|
|
|
extern void ceph_debugfs_init(void);
|
2010-04-06 15:14:15 -07:00
|
|
|
extern void ceph_debugfs_cleanup(void);
|
2019-06-12 16:55:38 +02:00
|
|
|
extern void ceph_debugfs_client_init(struct ceph_client *client);
|
2010-04-06 15:14:15 -07:00
|
|
|
extern void ceph_debugfs_client_cleanup(struct ceph_client *client);
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|