diff options
| -rw-r--r-- | CORE/VOSS/src/vos_api.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CORE/VOSS/src/vos_api.c b/CORE/VOSS/src/vos_api.c index 47f06e3c1644..9efc09040c90 100644 --- a/CORE/VOSS/src/vos_api.c +++ b/CORE/VOSS/src/vos_api.c @@ -87,7 +87,11 @@ #include "bmi.h" #include "ol_fw.h" #include "ol_if_athvar.h" +#if defined(HIF_PCI) #include "if_pci.h" +#elif defined(HIF_USB) +#include "if_usb.h" +#endif #else #include "htc_api.h" #endif /* #ifndef QCA_WIFI_ISOC */ |
