// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause /* * Copyright (C) 2012-2014, 2018-2021 Intel Corporation * Copyright (C) 2013-2015 Intel Mobile Communications GmbH * Copyright (C) 2016-2017 Intel Deutschland GmbH */ #include "iwl-drv.h" #include "runtime.h" #include "fw/api/commands.h" static void iwl_parse_shared_mem_22000(struct iwl_fw_runtime *fwrt, struct iwl_rx_packet *pkt) { … } static void iwl_parse_shared_mem(struct iwl_fw_runtime *fwrt, struct iwl_rx_packet *pkt) { … } void iwl_get_shared_mem_conf(struct iwl_fw_runtime *fwrt) { … } IWL_EXPORT_SYMBOL(iwl_get_shared_mem_conf);