PDK API Guide for AM65xx
mcasp_osal.h
Go to the documentation of this file.
1 #ifndef MCASP_OSAL_H
2 #define MCASP_OSAL_H
3 
4 #if defined (USE_BIOS)
5 #include <xdc/std.h>
6 #endif /* USE BIOS */
7 
8 #include <ti/osal/osal.h>
9 
10 #include <ti/osal/osal.h>
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 /* ========================================================================== */
17 /* Structure Declarations */
18 /* ========================================================================== */
19 typedef void *McaspOsal_IntrHandle;
20 typedef void (*McaspOsal_IntrFuncPtr)(uint32_t arg0);
21 #define assert(expr) OSAL_Assert(!(expr))
22 
23 #endif
24 
25 #ifdef __cplusplus
26 }
27 #endif
OS Abstraction Layer header.
void * McaspOsal_IntrHandle
Definition: mcasp_osal.h:19
void(* McaspOsal_IntrFuncPtr)(uint32_t arg0)
Definition: mcasp_osal.h:20