]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/tcp3d-lld.git/blobdiff - test/k2k/c66/bios/tcp3d_osal.h
[SDOCM00099259] Updated the code base with Clearcase. This includes bug fix IR SDOCM0...
[keystone-rtos/tcp3d-lld.git] / test / k2k / c66 / bios / tcp3d_osal.h
index 822b7cdc919aa7531c86a325ee0ad941bd4f4784..5a76e86662ea5df846fb99591a4957cab4ab13da 100644 (file)
 #include <ti/sysbios/BIOS.h>\r
 \r
 /* TCP3D OSAL Logging API is mapped directly to an XDC Runtime API */\r
-#define Tcp3d_osalLog            System_printf\r
+#define Tcp3d_osalLog           System_printf\r
+\r
+/* TCP3D OSAL memory operation APIs are mapped directly with standard runtime APIs */\r
+#define Tcp3d_memcpy            memcpy\r
+#define Tcp3d_memset            memset\r
 \r
 #endif /* __TCP3D_OSAL_H__ */\r
 \r