c8sectpfe-debugfs.h 849 B

1234567891011121314151617181920212223242526
  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. #ifndef __C8SECTPFE_DEBUG_H
  18. #define __C8SECTPFE_DEBUG_H
  19. #include "c8sectpfe-core.h"
  20. void c8sectpfe_debugfs_init(struct c8sectpfei *);
  21. void c8sectpfe_debugfs_exit(struct c8sectpfei *);
  22. #endif /* __C8SECTPFE_DEBUG_H */