summaryrefslogtreecommitdiff
path: root/src/user/lib/compat.h
blob: b678cf5a6c0ee8b4834ba6ce53b77e0e764992ff (plain)
1
2
3
4
5
6
#pragma once
#include <camellia/types.h>

/* c0 - fs_wait returning a handle */
long c0_fs_wait(char *buf, long len, struct fs_wait_response *res);
long c0_fs_respond(void *buf, long ret, int flags);