// SPDX-License-Identifier: BSD-3-Clause-Clear /* * Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved. */ #include "core.h" #include "debug.h" static int ath12k_fw_request_firmware_api_n(struct ath12k_base *ab, const char *name) { … } void ath12k_fw_map(struct ath12k_base *ab) { … } void ath12k_fw_unmap(struct ath12k_base *ab) { … }