1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /******************************************************************************
4 * Copyright(c) 2020 Intel Corporation
6 *****************************************************************************/
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__ */