WIP FPC-III support
[linux/fpc-iii.git] / drivers / net / wireless / intel / iwlwifi / fw / pnvm.h
blobe4f91bce222d889824c6bdb38bf80f4c4ca4c70f
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /******************************************************************************
4 * Copyright(c) 2020 Intel Corporation
6 *****************************************************************************/
8 #ifndef __IWL_PNVM_H__
9 #define __IWL_PNVM_H__
11 #include "fw/notif-wait.h"
13 #define MVM_UCODE_PNVM_TIMEOUT (HZ / 10)
15 int iwl_pnvm_load(struct iwl_trans *trans,
16 struct iwl_notif_wait_data *notif_wait);
18 #endif /* __IWL_PNVM_H__ */