1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * 9P Protocol Support Code
8 * Copyright (C) 2008 by IBM, Corp.
11 int p9pdu_vwritef(struct p9_fcall *pdu, int proto_version, const char *fmt,
13 int p9pdu_readf(struct p9_fcall *pdu, int proto_version, const char *fmt, ...);
14 int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type);
15 int p9pdu_finalize(struct p9_client *clnt, struct p9_fcall *pdu);
16 void p9pdu_reset(struct p9_fcall *pdu);
17 size_t pdu_read(struct p9_fcall *pdu, void *data, size_t size);