root/drivers/media/platform/sti/c8sectpfe/c8sectpfe-debugfs.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /**
   3  * c8sectpfe-debugfs.h - C8SECTPFE STi DVB driver debugfs header
   4  *
   5  * Copyright (c) STMicroelectronics 2015
   6  *
   7  * Authors: Peter Griffin <peter.griffin@linaro.org>
   8  *
   9  */
  10 
  11 #ifndef __C8SECTPFE_DEBUG_H
  12 #define __C8SECTPFE_DEBUG_H
  13 
  14 #include "c8sectpfe-core.h"
  15 
  16 void c8sectpfe_debugfs_init(struct c8sectpfei *);
  17 void c8sectpfe_debugfs_exit(struct c8sectpfei *);
  18 
  19 #endif /* __C8SECTPFE_DEBUG_H */

/* [<][>][^][v][top][bottom][index][help] */