Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
axboe
/
liburing
/
refs/heads/napi-test
/
.
/
examples
/
helpers.h
blob: 9b1cf34f9b0d1e67598d0179b53437e19ff03dff [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: MIT */
#ifndef
LIBURING_EX_HELPERS_H
#define
LIBURING_EX_HELPERS_H
int
setup_listening_socket
(
int
port
,
int
ipv6
);
#endif