forked from Imagelibrary/rtems
pipe: Include <rtems/pipe.h>
Prepare for header file move to common include directory. Update #3254.
This commit is contained in:
@@ -26,11 +26,10 @@
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/pipe.h>
|
||||
#include <rtems/rtems/barrierimpl.h>
|
||||
#include <rtems/score/statesimpl.h>
|
||||
|
||||
#include "pipe.h"
|
||||
|
||||
#define LIBIO_ACCMODE(_iop) (rtems_libio_iop_flags(_iop) & LIBIO_FLAGS_READ_WRITE)
|
||||
#define LIBIO_NODELAY(_iop) rtems_libio_iop_is_no_delay(_iop)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user