]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/include/projdefs.h
Add event_groups.c and associated functions in other core files.
[freertos] / FreeRTOS / Source / include / projdefs.h
index f292a0854aafaf3818954810af3e53d40719c764..74aa84f0dbfde6caeffafd9a745fd0ed4b295abe 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd. \r
+    FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
     All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
 /* Defines the prototype to which task functions must conform. */\r
 typedef void (*pdTASK_CODE)( void * );\r
 \r
+/* Defines the prototype to which callback functions called from the RTOS/timer\r
+daemon task must conform. */\r
+typedef void (*pdAPPLICATION_CALLBACK_CODE)( void *, unsigned long );\r
+\r
 #define pdFALSE                ( ( portBASE_TYPE ) 0 )\r
 #define pdTRUE         ( ( portBASE_TYPE ) 1 )\r
 \r