qcacmn: Add USB bus support (HIF Common)

Add module specific changes for USB bus support.

Change-Id: I98ca380567c279d3206aa4afc7a28c2feeb65993
CRs-Fixed: 1023663
このコミットが含まれているのは:
Mohit Khanna
2016-05-12 11:05:06 -07:00
committed by Vishwajith Upendra
コミット 440c5295c2
11個のファイルの変更69行の追加27行の削除

ファイルの表示

@@ -31,8 +31,14 @@
#ifdef HIF_SDIO
#include "regtable_sdio.h"
#endif
#if defined(HIF_PCI) || defined(HIF_SNOC) || defined(HIF_AHB)
#include "reg_struct.h"
#include "regtable_pcie.h"
#endif
#if defined(HIF_USB)
#include "regtable_usb.h"
#endif
#endif