]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blob - procsdk_audio_x_xx_xx_xx/common/drvPort.h
5fbbb348c09c2b124c5ade730aee5363771d1585
[processor-sdk/performance-audio-sr.git] / procsdk_audio_x_xx_xx_xx / common / drvPort.h
1 /*
2  *  ======== drvPort.h ========
3  */
6 #ifndef _DRV_PORT_H_
7 #define _DRV_PORT_H_
9 #include <xdc/std.h>
10 #include <xdc/runtime/LoggerBuf.h>
11 #include <ti/xdais/xdas.h>
13 // ------------------------------------- //
14 // Below is temporary for driver port    //
15 // ------------------------------------- //
16 // dap.h -- extracted defs
17 struct DAP_Params_
18 {
19     XDAS_Int32  pinMask;
20 };
21 // dap_csl_mcasp.h -- extracted defs
22 #define MCASP_DEV1 ( 1 )
24 #endif /* _DRV_PORT_H_ */