|
@@ -27,6 +27,11 @@ struct debugfs_blob_wrapper {
|
|
|
};
|
|
|
|
|
|
#if defined(CONFIG_DEBUG_FS)
|
|
|
+
|
|
|
+/* declared over in file.c */
|
|
|
+extern const struct file_operations debugfs_file_operations;
|
|
|
+extern const struct inode_operations debugfs_link_operations;
|
|
|
+
|
|
|
struct dentry *debugfs_create_file(const char *name, mode_t mode,
|
|
|
struct dentry *parent, void *data,
|
|
|
const struct file_operations *fops);
|