diff options
| author | Randy Chiu <wchiu@qca.qualcomm.com> | 2014-01-27 13:04:13 +0800 |
|---|---|---|
| committer | Akash Patel <c_akashp@qca.qualcomm.com> | 2014-04-15 12:37:11 -0700 |
| commit | a7922fc2dbc0e78025e29ed514deb32de5386479 (patch) | |
| tree | a3ff5fda58b4dfa76e9d2683da7aab405b99071a | |
| parent | 70e84eeb126465f198f8fd0908e936fcab3cbe8a (diff) | |
qcacld-new: VOSS:Add USB feature to VOSS module
separate different include file for PCI and USB
Change-Id: I43944dd3103a4f14510a2df59da1f1c4ef2d7bef
CRs-fixed: 607579
| -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 */ |
