hostdef.h 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /*
  2. * Copyright (c) 2013-2016,2018-2021 The Linux Foundation. All rights reserved.
  3. * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
  4. *
  5. * Permission to use, copy, modify, and/or distribute this software for
  6. * any purpose with or without fee is hereby granted, provided that the
  7. * above copyright notice and this permission notice appear in all
  8. * copies.
  9. *
  10. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
  11. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
  12. * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  13. * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  14. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  15. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  16. * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  17. * PERFORMANCE OF THIS SOFTWARE.
  18. */
  19. #ifndef HOSTDEFS_H_
  20. #define HOSTDEFS_H_
  21. #include <a_osapi.h>
  22. #include <athdefs.h>
  23. #include <a_types.h>
  24. #include "host_reg_init.h"
  25. extern struct hostdef_s *AR6002_HOSTdef;
  26. extern struct hostdef_s *AR6003_HOSTdef;
  27. extern struct hostdef_s *AR6004_HOSTdef;
  28. extern struct hostdef_s *AR9888_HOSTdef;
  29. extern struct hostdef_s *AR9888V2_HOSTdef;
  30. extern struct hostdef_s *AR6320_HOSTdef;
  31. extern struct hostdef_s *AR900B_HOSTdef;
  32. extern struct hostdef_s *QCA9984_HOSTdef;
  33. extern struct hostdef_s *QCA9888_HOSTdef;
  34. extern struct hostdef_s *QCA6290_HOSTdef;
  35. extern struct hostdef_s *QCA6390_HOSTdef;
  36. extern struct hostdef_s *QCA6490_HOSTdef;
  37. extern struct hostdef_s *QCA6750_HOSTdef;
  38. extern struct hostdef_s *KIWI_HOSTdef;
  39. extern struct hostdef_s *QCA8074_HOSTdef;
  40. extern struct hostdef_s *QCA8074V2_HOSTDEF;
  41. extern struct hostdef_s *QCA6018_HOSTDEF;
  42. extern struct hostdef_s *QCA5018_HOSTDEF;
  43. extern struct hostdef_s *QCN9000_HOSTDEF;
  44. extern struct hostdef_s *QCN6122_HOSTDEF;
  45. extern struct hostdef_s *QCN9224_HOSTDEF;
  46. extern struct hostdef_s *QCA9574_HOSTDEF;
  47. extern struct hostdef_s *QCA5332_HOSTDEF;
  48. extern struct hostdef_s *QCN9160_HOSTDEF;
  49. extern struct hostdef_s *QCN6432_HOSTDEF;
  50. #endif