/* util9p/coroutine.h - 9P access to libcr process information * * Copyright (C) 2025 Luke T. Shumaker * SPDX-License-Identifier: AGPL-3.0-or-later */ #ifndef _UTIL9P_COROUTINE_H_ #define _UTIL9P_COROUTINE_H_ #include struct coroutine_file { char *name; uint64_t pathnum; }; LO_IMPLEMENTATION_H(lib9p_srv_file, struct coroutine_file, coroutine_file); #endif /* _UTIL9P_COROUTINE_H_ */