19#include "pw_async2/poll.h"
20#include "pw_channel/channel.h"
21#include "pw_multibuf/allocator.h"
22#include "pw_multibuf/multibuf.h"
24namespace pw::channel {
40 pw::multibuf::MultiBufAllocator& read_allocator,
41 pw::multibuf::MultiBufAllocator& write_allocator);
ByteReaderWriter & Rp2StdioChannelInit(pw::multibuf::MultiBufAllocator &read_allocator, pw::multibuf::MultiBufAllocator &write_allocator)