1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */ 2 /* 3 * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. 4 */ 5 6 #include "../hal.h" 7 #include "hal.h" 8 9 extern const struct ath12k_hw_regs qcc2072_regs; 10 extern const struct hal_ops hal_qcc2072_ops; 11 12 u32 ath12k_hal_rx_desc_get_mpdu_start_offset_qcc2072(void); 13 u32 ath12k_hal_rx_desc_get_msdu_end_offset_qcc2072(void); 14