#pragma once #include #include /* eventually transitions to PS_RUNNING */ void pipe_joinqueue(struct handle *h, bool wants_write, struct process *proc, void __user *pbuf, size_t pbuflen); void pipe_invalidate_end(struct handle *h);