blob: aae424ba01b7f6858713ff02a3bb8898c89bb3ca [file] [log] [blame]
#ifndef UIP_TASK_H
#define UIP_TASK_H
/* The task that handles all uIP data. */
void vuIP_TASK( void *pvParameters );
#endif