![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only 0002 * 0003 * Copyright (C) 2020-2021 Intel Corporation. 0004 */ 0005 0006 #ifndef IOSM_IPC_DEBUGFS_H 0007 #define IOSM_IPC_DEBUGFS_H 0008 0009 #ifdef CONFIG_WWAN_DEBUGFS 0010 void ipc_debugfs_init(struct iosm_imem *ipc_imem); 0011 void ipc_debugfs_deinit(struct iosm_imem *ipc_imem); 0012 #else 0013 static inline void ipc_debugfs_init(struct iosm_imem *ipc_imem) {} 0014 static inline void ipc_debugfs_deinit(struct iosm_imem *ipc_imem) {} 0015 #endif 0016 0017 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |