]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/driver/stream/stream.c
Merge branch 'newI2cMap' into tmp-mike2
[keystone-rtos/ibl.git] / src / driver / stream / stream.c
index 26a1c2708037d79af29eb687f27b95e43305061c..4c137a29b281d6e34810eb5fde7e8f0b21abf8e7 100644 (file)
@@ -17,6 +17,7 @@
  **********************************************************************/
 #include "types.h"
 #include "iblcfg.h"
+#include "stream_osal.h"
 #include <string.h>
 
 /** 
@@ -313,7 +314,7 @@ void stream_close (void)
 void stream_init (void)
 {
     /* Reset the memory contents. */
-    memset ((void *)&stream_mcb, 0, sizeof(STREAM_MCB));
+    streamMemset ((void *)&stream_mcb, 0, sizeof(STREAM_MCB));
 
     /* Make sure we initialize the free size correctly. */
     stream_mcb.free_size = MAX_SIZE_STREAM_BUFFER;