Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
0002 /* Copyright 2019 NXP */
0003 
0004 #ifndef DPSECI_DEBUGFS_H
0005 #define DPSECI_DEBUGFS_H
0006 
0007 #include <linux/dcache.h>
0008 #include "caamalg_qi2.h"
0009 
0010 #ifdef CONFIG_DEBUG_FS
0011 void dpaa2_dpseci_debugfs_init(struct dpaa2_caam_priv *priv);
0012 void dpaa2_dpseci_debugfs_exit(struct dpaa2_caam_priv *priv);
0013 #else
0014 static inline void dpaa2_dpseci_debugfs_init(struct dpaa2_caam_priv *priv) {}
0015 static inline void dpaa2_dpseci_debugfs_exit(struct dpaa2_caam_priv *priv) {}
0016 #endif /* CONFIG_DEBUG_FS */
0017 
0018 #endif /* DPSECI_DEBUGFS_H */