1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2005-2014 Intel Corporation
5 #ifndef __iwl_calib_h__
6 #define __iwl_calib_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__ */