aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/dpseci-debugfs.h
blob: bc22af7bec377944ec768a1b5a8f468d8ba1dd14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
/* Copyright 2019 NXP */

#ifndef DPSECI_DEBUGFS_H
#define DPSECI_DEBUGFS_H

#include <linux/dcache.h>
#include "caamalg_qi2.h"

#ifdef CONFIG_DEBUG_FS
void dpaa2_dpseci_debugfs_init(struct dpaa2_caam_priv *priv);
void dpaa2_dpseci_debugfs_exit(struct dpaa2_caam_priv *priv);
#else
static inline void dpaa2_dpseci_debugfs_init(struct dpaa2_caam_priv *priv) {}
static inline void dpaa2_dpseci_debugfs_exit(struct dpaa2_caam_priv *priv) {}
#endif /* CONFIG_DEBUG_FS */

#endif /* DPSECI_DEBUGFS_H */