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

dpseci-debugfs.h (556B)


      1/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
      2/* Copyright 2019 NXP */
      3
      4#ifndef DPSECI_DEBUGFS_H
      5#define DPSECI_DEBUGFS_H
      6
      7#include <linux/dcache.h>
      8#include "caamalg_qi2.h"
      9
     10#ifdef CONFIG_DEBUG_FS
     11void dpaa2_dpseci_debugfs_init(struct dpaa2_caam_priv *priv);
     12void dpaa2_dpseci_debugfs_exit(struct dpaa2_caam_priv *priv);
     13#else
     14static inline void dpaa2_dpseci_debugfs_init(struct dpaa2_caam_priv *priv) {}
     15static inline void dpaa2_dpseci_debugfs_exit(struct dpaa2_caam_priv *priv) {}
     16#endif /* CONFIG_DEBUG_FS */
     17
     18#endif /* DPSECI_DEBUGFS_H */