1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2/******************************************************************************
3 *
4 * Copyright(c) 2020-2021 Intel Corporation
5 *
6 *****************************************************************************/
7
8#ifndef __IWL_PNVM_H__
9#define __IWL_PNVM_H__
10
11#include "fw/notif-wait.h"
12
13#define MVM_UCODE_PNVM_TIMEOUT	(HZ / 4)
14
15int iwl_pnvm_load(struct iwl_trans *trans,
16		  struct iwl_notif_wait_data *notif_wait);
17
18#endif /* __IWL_PNVM_H__ */
19