]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - fs/debugfs/internal.h
UBUNTU: Ubuntu-4.13.0-45.50
[mirror_ubuntu-artful-kernel.git] / fs / debugfs / internal.h
CommitLineData
9fd4dcec
NS
1/*
2 * internal.h - declarations internal to debugfs
3 *
4 * Copyright (C) 2016 Nicolai Stange <nicstange@gmail.com>
5 *
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.
9 *
10 */
11
12#ifndef _DEBUGFS_INTERNAL_H_
13#define _DEBUGFS_INTERNAL_H_
14
15struct file_operations;
9fd4dcec
NS
16
17/* declared over in file.c */
18extern const struct file_operations debugfs_noop_file_operations;
19extern const struct file_operations debugfs_open_proxy_file_operations;
49d200de 20extern const struct file_operations debugfs_full_proxy_file_operations;
9fd4dcec 21
9fd4dcec 22#endif /* _DEBUGFS_INTERNAL_H_ */