blob: 8cebda6f34ed401e139a31893a298de927423a1c [file] [log] [blame]
Andrew Jefferyc7d19472018-08-08 11:43:08 +09301/* SPDX-License-Identifier: Apache-2.0 */
2/* Copyright (C) 2018 IBM Corp. */
3#ifndef VPNOR_PROTOCOL_H
4#define VPNOR_PROTOCOL_H
5
6#include "protocol.h"
7
8/* Protocol v1 */
9int protocol_v1_vpnor_create_window(struct mbox_context *context,
10 struct protocol_create_window *io);
11
12/* Protocol v2 */
13int protocol_v2_vpnor_create_window(struct mbox_context *context,
14 struct protocol_create_window *io);
15
16#endif /* VPNOR_PROTOCOL_H */