1/**
2 * c8sectpfe-debugfs.h - C8SECTPFE STi DVB driver debugfs header
3 *
4 * Copyright (c) STMicroelectronics 2015
5 *
6 * Authors: Peter Griffin <peter.griffin@linaro.org>
7 *
8 * This program is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2  of
10 * the License as published by the Free Software Foundation.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 */
17
18#ifndef __C8SECTPFE_DEBUG_H
19#define __C8SECTPFE_DEBUG_H
20
21#include "c8sectpfe-core.h"
22
23void c8sectpfe_debugfs_init(struct c8sectpfei *);
24void c8sectpfe_debugfs_exit(struct c8sectpfei *);
25
26#endif /* __C8SECTPFE_DEBUG_H */
27