1 /* 2 * Copyright 2020 Google LLC 3 * SPDX-License-Identifier: MIT 4 */ 5 6 #ifndef VKR_TRANSPORT_H 7 #define VKR_TRANSPORT_H 8 9 #include "vkr_common.h" 10 11 void 12 vkr_context_init_transport_dispatch(struct vkr_context *ctx); 13 14 #endif /* VKR_TRANSPORT_H */ 15