pipe: Include <rtems/pipe.h>

Prepare for header file move to common include directory.

Update #3254.
This commit is contained in:
Sebastian Huber
2017-12-13 08:07:22 +01:00
parent 7683da88e4
commit 7d9455edfe

View File

@@ -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)