![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * Xilinx Zynq MPSoC Firmware layer 0004 * 0005 * Copyright (C) 2014-2018 Xilinx 0006 * 0007 * Michal Simek <michal.simek@xilinx.com> 0008 * Davorin Mista <davorin.mista@aggios.com> 0009 * Jolly Shah <jollys@xilinx.com> 0010 * Rajan Vaja <rajanv@xilinx.com> 0011 */ 0012 0013 #ifndef __FIRMWARE_ZYNQMP_DEBUG_H__ 0014 #define __FIRMWARE_ZYNQMP_DEBUG_H__ 0015 0016 #if IS_REACHABLE(CONFIG_ZYNQMP_FIRMWARE_DEBUG) 0017 void zynqmp_pm_api_debugfs_init(void); 0018 void zynqmp_pm_api_debugfs_exit(void); 0019 #else 0020 static inline void zynqmp_pm_api_debugfs_init(void) { } 0021 static inline void zynqmp_pm_api_debugfs_exit(void) { } 0022 #endif 0023 0024 #endif /* __FIRMWARE_ZYNQMP_DEBUG_H__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |