2 * Copyright 2008, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
13 ssize_t
haiku_freebsd_read(int fd
, void *buf
, size_t nbytes
);
14 ssize_t
haiku_freebsd_write(int fd
, const void *buf
, size_t nbytes
);
15 ssize_t
haiku_freebsd_readv(int fd
, const struct iovec
*vecs
, size_t count
);
16 ssize_t
haiku_freebsd_writev(int fd
, const struct iovec
*vecs
, size_t count
);
20 #endif /* FS_FREEBSD_H */