1bf215546Sopenharmony_ci/* 2bf215546Sopenharmony_ci * Copyright © 2016 Red Hat. 3bf215546Sopenharmony_ci * Copyright © 2016 Bas Nieuwenhuizen 4bf215546Sopenharmony_ci * SPDX-License-Identifier: MIT 5bf215546Sopenharmony_ci * 6bf215546Sopenharmony_ci * based in part on anv driver which is: 7bf215546Sopenharmony_ci * Copyright © 2015 Intel Corporation 8bf215546Sopenharmony_ci */ 9bf215546Sopenharmony_ci 10bf215546Sopenharmony_ci#ifndef TU_WSI_H 11bf215546Sopenharmony_ci#define TU_WSI_H 12bf215546Sopenharmony_ci 13bf215546Sopenharmony_ci#include "tu_common.h" 14bf215546Sopenharmony_ci 15bf215546Sopenharmony_ciVkResult 16bf215546Sopenharmony_citu_wsi_init(struct tu_physical_device *physical_device); 17bf215546Sopenharmony_ci 18bf215546Sopenharmony_civoid 19bf215546Sopenharmony_citu_wsi_finish(struct tu_physical_device *physical_device); 20bf215546Sopenharmony_ci 21bf215546Sopenharmony_ci#endif /* TU_WSI_H */ 22