hal_li_hw_headers.h 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /*
  2. * Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
  3. *
  4. * Permission to use, copy, modify, and/or distribute this software for
  5. * any purpose with or without fee is hereby granted, provided that the
  6. * above copyright notice and this permission notice appear in all
  7. * copies.
  8. *
  9. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
  10. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
  11. * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  12. * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  13. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  14. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  15. * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  16. * PERFORMANCE OF THIS SOFTWARE.
  17. */
  18. #ifndef _HAL_LI_HW_INTERNAL_H_
  19. #define _HAL_LI_HW_INTERNAL_H_
  20. #include "hal_hw_headers.h"
  21. #include "reo_reg_seq_hwioreg.h"
  22. #include "mac_tcl_reg_seq_hwioreg.h"
  23. #include "wbm_reg_seq_hwioreg.h"
  24. #ifdef QCA_WIFI_QCA6490
  25. #include "wfss_ce_channel_dst_reg_seq_hwioreg.h"
  26. #include "wfss_ce_channel_src_reg_seq_hwioreg.h"
  27. #else
  28. #include "wfss_ce_reg_seq_hwioreg.h"
  29. #endif /* QCA_WIFI_QCA6490 */
  30. #include <reo_descriptor_threshold_reached_status.h>
  31. #include <reo_flush_queue.h>
  32. #include <reo_flush_timeout_list_status.h>
  33. #include <reo_unblock_cache.h>
  34. #include <reo_flush_cache.h>
  35. #include <reo_flush_queue_status.h>
  36. #include <reo_get_queue_stats.h>
  37. #include <reo_unblock_cache_status.h>
  38. #include <reo_flush_cache_status.h>
  39. #include <reo_flush_timeout_list.h>
  40. #include <reo_get_queue_stats_status.h>
  41. #include <reo_update_rx_reo_queue.h>
  42. #include <reo_update_rx_reo_queue_status.h>
  43. #include <tlv_tag_def.h>
  44. #endif /* _HAL_LI_HW_INTERNAL_H_ */