| Andrew Jeffery | c7d1947 | 2018-08-08 11:43:08 +0930 | [diff] [blame] | 1 | /* 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 */ | ||||
| 9 | int protocol_v1_vpnor_create_window(struct mbox_context *context, | ||||
| 10 | struct protocol_create_window *io); | ||||
| 11 | |||||
| 12 | /* Protocol v2 */ | ||||
| 13 | int protocol_v2_vpnor_create_window(struct mbox_context *context, | ||||
| 14 | struct protocol_create_window *io); | ||||
| 15 | |||||
| 16 | #endif /* VPNOR_PROTOCOL_H */ | ||||