blob: 7a3e0fd4e6c72f7b89baf297ba3c3da26e2874ff [file] [log] [blame]
/*
* 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 */