mmc: sh_mmcif: Document r7s72100 DT bindings
[linux-2.6/btrfs-unstable.git] / fs / debugfs / internal.h
blobb3e8443a1f478dd9884aa5ae830260ff1adce9e5
1 /*
2 * internal.h - declarations internal to debugfs
4 * Copyright (C) 2016 Nicolai Stange <nicstange@gmail.com>
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License version
8 * 2 as published by the Free Software Foundation.
12 #ifndef _DEBUGFS_INTERNAL_H_
13 #define _DEBUGFS_INTERNAL_H_
15 struct file_operations;
17 /* declared over in file.c */
18 extern const struct file_operations debugfs_noop_file_operations;
19 extern const struct file_operations debugfs_open_proxy_file_operations;
20 extern const struct file_operations debugfs_full_proxy_file_operations;
22 #endif /* _DEBUGFS_INTERNAL_H_ */