cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

c8sectpfe-debugfs.h (432B)


      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#ifndef __C8SECTPFE_DEBUG_H
     11#define __C8SECTPFE_DEBUG_H
     12
     13#include "c8sectpfe-core.h"
     14
     15void c8sectpfe_debugfs_init(struct c8sectpfei *);
     16void c8sectpfe_debugfs_exit(struct c8sectpfei *);
     17
     18#endif /* __C8SECTPFE_DEBUG_H */