162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2005-2014 Intel Corporation 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci#ifndef __iwl_calib_h__ 662306a36Sopenharmony_ci#define __iwl_calib_h__ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#include "dev.h" 962306a36Sopenharmony_ci#include "commands.h" 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_civoid iwl_chain_noise_calibration(struct iwl_priv *priv); 1262306a36Sopenharmony_civoid iwl_sensitivity_calibration(struct iwl_priv *priv); 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_civoid iwl_init_sensitivity(struct iwl_priv *priv); 1562306a36Sopenharmony_civoid iwl_reset_run_time_calib(struct iwl_priv *priv); 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ci#endif /* __iwl_calib_h__ */ 18