1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- #ifndef _REGTABLE_H_
- #define _REGTABLE_H_
- #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
|