chiark / gitweb /
volume_id: provide libvolume_id.a file
[elogind.git] / klibc / include / sys / uio.h
1 /*
2  * sys/uio.h
3  */
4
5 #ifndef _SYS_UIO_H
6 #define _SYS_UIO_H
7
8 #include <klibc/extern.h>
9 #include <sys/types.h>
10 #include <linux/uio.h>
11
12 __extern int readv(int, const struct iovec *, int);
13 __extern int writev(int, const struct iovec *, int);
14
15 #endif /* _SYS_UIO_H */