2 * c8sectpfe-debugfs.h - C8SECTPFE STi DVB driver debugfs header
4 * Copyright (c) STMicroelectronics 2015
6 * Authors: Peter Griffin <peter.griffin@linaro.org>
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.
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.
18 #ifndef __C8SECTPFE_DEBUG_H
19 #define __C8SECTPFE_DEBUG_H
21 #include "c8sectpfe-core.h"
23 void c8sectpfe_debugfs_init(struct c8sectpfei
*);
24 void c8sectpfe_debugfs_exit(struct c8sectpfei
*);
26 #endif /* __C8SECTPFE_DEBUG_H */