1*b7d5e03cSMatthew Dillon /* 2*b7d5e03cSMatthew Dillon * Copyright (c) 2013 Qualcomm Atheros, Inc. 3*b7d5e03cSMatthew Dillon * 4*b7d5e03cSMatthew Dillon * Permission to use, copy, modify, and/or distribute this software for any 5*b7d5e03cSMatthew Dillon * purpose with or without fee is hereby granted, provided that the above 6*b7d5e03cSMatthew Dillon * copyright notice and this permission notice appear in all copies. 7*b7d5e03cSMatthew Dillon * 8*b7d5e03cSMatthew Dillon * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH 9*b7d5e03cSMatthew Dillon * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 10*b7d5e03cSMatthew Dillon * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, 11*b7d5e03cSMatthew Dillon * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 12*b7d5e03cSMatthew Dillon * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 13*b7d5e03cSMatthew Dillon * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 14*b7d5e03cSMatthew Dillon * PERFORMANCE OF THIS SOFTWARE. 15*b7d5e03cSMatthew Dillon */ 16*b7d5e03cSMatthew Dillon 17*b7d5e03cSMatthew Dillon 18*b7d5e03cSMatthew Dillon #include "opt_ah.h" 19*b7d5e03cSMatthew Dillon 20*b7d5e03cSMatthew Dillon #ifdef AH_SUPPORT_AR9300 21*b7d5e03cSMatthew Dillon 22*b7d5e03cSMatthew Dillon #include "ah.h" 23*b7d5e03cSMatthew Dillon #include "ah_internal.h" 24*b7d5e03cSMatthew Dillon #include "ah_devid.h" 25*b7d5e03cSMatthew Dillon 26*b7d5e03cSMatthew Dillon #include "ar9300.h" 27*b7d5e03cSMatthew Dillon #include "ar9300reg.h" 28*b7d5e03cSMatthew Dillon #include "ar9300phy.h" 29*b7d5e03cSMatthew Dillon #include "ar9300desc.h" 30*b7d5e03cSMatthew Dillon 31*b7d5e03cSMatthew Dillon 32*b7d5e03cSMatthew Dillon #endif /* AH_SUPPORT_AR9300 */ 33