brintos

brintos / linux-shallow public Read only

0
0
Text · 445 B · a89b5ba Raw
18 lines · c
1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */2/*3 * Copyright (C) 2005-2014 Intel Corporation4 */5#ifndef __iwl_calib_h__6#define __iwl_calib_h__7 8#include "dev.h"9#include "commands.h"10 11void iwl_chain_noise_calibration(struct iwl_priv *priv);12void iwl_sensitivity_calibration(struct iwl_priv *priv);13 14void iwl_init_sensitivity(struct iwl_priv *priv);15void iwl_reset_run_time_calib(struct iwl_priv *priv);16 17#endif /* __iwl_calib_h__ */18