You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
240 B
15 lines
240 B
|
4 years ago
|
/*
|
||
|
|
* 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 */
|