18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/**
38c2ecf20Sopenharmony_ci * c8sectpfe-debugfs.h - C8SECTPFE STi DVB driver debugfs header
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (c) STMicroelectronics 2015
68c2ecf20Sopenharmony_ci *
78c2ecf20Sopenharmony_ci * Authors: Peter Griffin <peter.griffin@linaro.org>
88c2ecf20Sopenharmony_ci *
98c2ecf20Sopenharmony_ci */
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#ifndef __C8SECTPFE_DEBUG_H
128c2ecf20Sopenharmony_ci#define __C8SECTPFE_DEBUG_H
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#include "c8sectpfe-core.h"
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_civoid c8sectpfe_debugfs_init(struct c8sectpfei *);
178c2ecf20Sopenharmony_civoid c8sectpfe_debugfs_exit(struct c8sectpfei *);
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci#endif /* __C8SECTPFE_DEBUG_H */
20