Index: util.h
===================================================================
--- util.h	(revision 150)
+++ util.h	(working copy)
@@ -67,6 +67,7 @@
 void *UTIL_allocMem (Uint32 size);
 void *UTIL_callocMem(Uint32 size);
 void *UTIL_getCurrMemPtr(void);
+void UTIL_fillMem(void *pMem, Uint32 pattern, Uint32 size);
 void UTIL_setCurrMemPtr(void *value);
 void UTIL_waitLoop(Uint32 loopcnt);
 void UTIL_waitLoopAccurate (Uint32 loopcnt);
@@ -75,9 +76,8 @@
 Uint16 UTIL_calcCRC16(Uint8* lutCRC, Uint8 *data, Uint32 size, Uint16 currCRC);
 void UTIL_buildCRC16Table(Uint16* lutCRC, Uint16 poly);
 
+Uint32 UTIL_udiv32(Uint32 num, Uint32 den);
 
-
-
 /***********************************************************
 * End file                                                 *
 ***********************************************************/
