module: Convert symbol namespace to string literal
[linux.git] / drivers / net / wireless / intel / iwlwifi / dvm / calib.h
bloba89b5bad75ca9e1027f024ccf0bea3575b7b9d72
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /*
3 * Copyright (C) 2005-2014 Intel Corporation
4 */
5 #ifndef __iwl_calib_h__
6 #define __iwl_calib_h__
8 #include "dev.h"
9 #include "commands.h"
11 void iwl_chain_noise_calibration(struct iwl_priv *priv);
12 void iwl_sensitivity_calibration(struct iwl_priv *priv);
14 void iwl_init_sensitivity(struct iwl_priv *priv);
15 void iwl_reset_run_time_calib(struct iwl_priv *priv);
17 #endif /* __iwl_calib_h__ */