Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
0002 /*
0003  * Copyright (C) 2012-2014 Intel Corporation
0004  * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
0005  * Copyright (C) 2016-2017 Intel Deutschland GmbH
0006  */
0007 #include "runtime.h"
0008 
0009 #ifdef CONFIG_IWLWIFI_DEBUGFS
0010 void iwl_fwrt_dbgfs_register(struct iwl_fw_runtime *fwrt,
0011                 struct dentry *dbgfs_dir);
0012 
0013 #else
0014 static inline void iwl_fwrt_dbgfs_register(struct iwl_fw_runtime *fwrt,
0015                        struct dentry *dbgfs_dir) { }
0016 
0017 #endif /* CONFIG_IWLWIFI_DEBUGFS */