]> Git Repo - linux.git/blob - drivers/firmware/xilinx/zynqmp-debug.h
Linux 6.14-rc3
[linux.git] / drivers / firmware / xilinx / zynqmp-debug.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Xilinx Zynq MPSoC Firmware layer
4  *
5  *  Copyright (C) 2014-2018 Xilinx
6  *
7  *  Michal Simek <[email protected]>
8  *  Davorin Mista <[email protected]>
9  *  Jolly Shah <[email protected]>
10  *  Rajan Vaja <[email protected]>
11  */
12
13 #ifndef __FIRMWARE_ZYNQMP_DEBUG_H__
14 #define __FIRMWARE_ZYNQMP_DEBUG_H__
15
16 #if IS_REACHABLE(CONFIG_ZYNQMP_FIRMWARE_DEBUG)
17 void zynqmp_pm_api_debugfs_init(void);
18 void zynqmp_pm_api_debugfs_exit(void);
19 #else
20 static inline void zynqmp_pm_api_debugfs_init(void) { }
21 static inline void zynqmp_pm_api_debugfs_exit(void) { }
22 #endif
23
24 #endif /* __FIRMWARE_ZYNQMP_DEBUG_H__ */
This page took 0.033863 seconds and 4 git commands to generate.