mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 23:02:18 +00:00
8 lines
311 B
C
8 lines
311 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
void orangefs_debugfs_init(int);
|
|
void orangefs_debugfs_cleanup(void);
|
|
int orangefs_prepare_debugfs_help_string(int);
|
|
int orangefs_debugfs_new_client_mask(void __user *);
|
|
int orangefs_debugfs_new_client_string(void __user *);
|
|
int orangefs_debugfs_new_debug(void __user *);
|