/* * Copyright 2020 Google LLC * SPDX-License-Identifier: MIT */ #ifndef VKR_TRANSPORT_H #define VKR_TRANSPORT_H #include "vkr_common.h" void vkr_context_init_transport_dispatch(struct vkr_context *ctx); #endif /* VKR_TRANSPORT_H */