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

void pipe_joinqueue(struct handle *h, bool wants_write,
		struct process *proc, void __user *pbuf, size_t pbuflen);

void pipe_trytransfer(struct handle *h);