hostdef.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*
  2. * Copyright (c) 2013-2016 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 HOSTDEFS_H_
  19. #define HOSTDEFS_H_
  20. #include <a_osapi.h>
  21. #include <athdefs.h>
  22. #include <a_types.h>
  23. #include "host_reg_init.h"
  24. extern struct hostdef_s *AR6002_HOSTdef;
  25. extern struct hostdef_s *AR6003_HOSTdef;
  26. extern struct hostdef_s *AR6004_HOSTdef;
  27. extern struct hostdef_s *AR9888_HOSTdef;
  28. extern struct hostdef_s *AR9888V2_HOSTdef;
  29. extern struct hostdef_s *AR6320_HOSTdef;
  30. extern struct hostdef_s *AR900B_HOSTdef;
  31. extern struct hostdef_s *QCA9984_HOSTdef;
  32. extern struct hostdef_s *QCA9888_HOSTdef;
  33. #ifdef ATH_AHB
  34. extern struct hostdef_s *IPQ4019_HOSTdef;
  35. extern struct hostdef_s *QCA8074_HOSTdef;
  36. #endif
  37. #endif