12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- #ifndef CSL_RTI_TOP_H_
- #define CSL_RTI_TOP_H_
- #ifdef __cplusplus
- extern "C"
- {
- #endif
- #include <ti/csl/csl.h>
- #include <ti/csl/tistdtypes.h>
- #include <ti/csl/cslr_rti.h>
- #if defined (SOC_TDA3XX) || defined (SOC_DRA78x)
- #include <ti/csl/src/ip/rti/V0/rti.h>
- #endif
- #ifdef __cplusplus
- }
- #endif
- #endif
|