summaryrefslogtreecommitdiff
path: root/src/kernel/pipe.h
blob: bcdfb8665db7405bc2f822969de7b3764eba2089 (plain)
1
2
3
4
5
6
7
8
#pragma once
#include <kernel/proc.h>
#include <stdbool.h>

/* eventually transitions to PS_RUNNING */
void pipe_joinqueue(struct handle *h, struct process *proc, void __user *pbuf, size_t pbuflen);

void pipe_invalidate_end(struct handle *h);