RTEMS 6.1-rc4
|
RTEMS LibIO Initialization. More...
#include <rtems/libio_.h>
#include <pthread.h>
#include <rtems/sysinit.h>
#include <rtems/score/apimutex.h>
Functions | |
void | rtems_libio_lock (void) |
void | rtems_libio_unlock (void) |
RTEMS_SYSINIT_ITEM (rtems_libio_init, RTEMS_SYSINIT_LIBIO, RTEMS_SYSINIT_ORDER_MIDDLE) | |
Variables | |
void * | rtems_libio_iop_free_head |
void ** | rtems_libio_iop_free_tail = &rtems_libio_iop_free_head |
RTEMS LibIO Initialization.