]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/include/portable.h
Add event_groups.c and associated functions in other core files.
[freertos] / FreeRTOS / Source / include / portable.h
index 1240ecf60fa5fb4ea1f6fab17f116f8dc31bc550..9af5eb27db00ce6981f23def6a3f0c7254aa62cd 100644 (file)
@@ -368,6 +368,7 @@ void *pvPortMalloc( size_t xSize ) PRIVILEGED_FUNCTION;
 void vPortFree( void *pv ) PRIVILEGED_FUNCTION;\r
 void vPortInitialiseBlocks( void ) PRIVILEGED_FUNCTION;\r
 size_t xPortGetFreeHeapSize( void ) PRIVILEGED_FUNCTION;\r
+size_t xPortGetMinimumEverFreeHeapSize( void ) PRIVILEGED_FUNCTION;\r
 \r
 /*\r
  * Setup the hardware ready for the scheduler to take control.  This generally\r