/* SPDX-License-Identifier: BSD-3-Clause-Clear */ /* * Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved. */ #ifndef ATH12K_FW_H #define ATH12K_FW_H #define ATH12K_FW_API2_FILE … #define ATH12K_FIRMWARE_MAGIC … enum ath12k_fw_ie_type { … }; enum ath12k_fw_features { … }; void ath12k_fw_map(struct ath12k_base *ab); void ath12k_fw_unmap(struct ath12k_base *ab); #endif /* ATH12K_FW_H */