]> Git Repo - J-linux.git/blob - tools/testing/vsock/msg_zerocopy_common.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / tools / testing / vsock / msg_zerocopy_common.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 #ifndef MSG_ZEROCOPY_COMMON_H
3 #define MSG_ZEROCOPY_COMMON_H
4
5 #include <stdbool.h>
6
7 #ifndef SOL_VSOCK
8 #define SOL_VSOCK       287
9 #endif
10
11 #ifndef VSOCK_RECVERR
12 #define VSOCK_RECVERR   1
13 #endif
14
15 void vsock_recv_completion(int fd, const bool *zerocopied);
16
17 #endif /* MSG_ZEROCOPY_COMMON_H */
This page took 0.027129 seconds and 4 git commands to generate.