brintos

brintos / linux-shallow public Read only

0
0
Text · 515 B · 0248d40 Raw
18 lines · c
1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */2/*3 * Copyright (C) 2012-2014 Intel Corporation4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH5 * Copyright (C) 2016-2017 Intel Deutschland GmbH6 */7#include "runtime.h"8 9#ifdef CONFIG_IWLWIFI_DEBUGFS10void iwl_fwrt_dbgfs_register(struct iwl_fw_runtime *fwrt,11			    struct dentry *dbgfs_dir);12 13#else14static inline void iwl_fwrt_dbgfs_register(struct iwl_fw_runtime *fwrt,15					   struct dentry *dbgfs_dir) { }16 17#endif /* CONFIG_IWLWIFI_DEBUGFS */18