/* SPDX-License-Identifier: BSD-3-Clause-Clear */ /* * Copyright (c) 2022-2023, Qualcomm Innovation Center, Inc. All rights reserved. */ #ifndef ATH11K_FW_H #define ATH11K_FW_H #define ATH11K_FW_API2_FILE … #define ATH11K_FIRMWARE_MAGIC … enum ath11k_fw_ie_type { … }; enum ath11k_fw_features { … }; int ath11k_fw_pre_init(struct ath11k_base *ab); void ath11k_fw_destroy(struct ath11k_base *ab); #endif /* ATH11K_FW_H */