]> Git Repo - J-linux.git/blob - drivers/net/wireless/intel/iwlwifi/fw/debugfs.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / net / wireless / intel / iwlwifi / fw / debugfs.h
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /*
3  * Copyright (C) 2012-2014 Intel Corporation
4  * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5  * Copyright (C) 2016-2017 Intel Deutschland GmbH
6  */
7 #include "runtime.h"
8
9 #ifdef CONFIG_IWLWIFI_DEBUGFS
10 void iwl_fwrt_dbgfs_register(struct iwl_fw_runtime *fwrt,
11                             struct dentry *dbgfs_dir);
12
13 #else
14 static inline void iwl_fwrt_dbgfs_register(struct iwl_fw_runtime *fwrt,
15                                            struct dentry *dbgfs_dir) { }
16
17 #endif /* CONFIG_IWLWIFI_DEBUGFS */
This page took 0.027529 seconds and 4 git commands to generate.