40 #if !defined(RTEMS_STDIO_REDIRECT_H) 41 #define RTEMS_STDIO_REDIRECT_H 56 typedef void (*rtems_stdio_redirect_handler)(
const char* buffer,
64 volatile uint32_t state;
77 rtems_stdio_redirect_handler handler;
92 rtems_stdio_redirect_handler handler);
Objects_Id rtems_id
Used to manage and manipulate RTEMS object identifiers.
Definition: types.h:80
Priority_Control rtems_task_priority
Define the type for an RTEMS API task priority.
Definition: tasks.h:79
int pipe(int filsdes[2])
POSIX 1003.1b 6.1.1 Create an Inter-Process Channel.
Definition: pipe.c:31
Definition: stdio-redirect.h:63