xref: /aosp_15_r20/external/mesa3d/src/asahi/vulkan/hk_wsi.h (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /*
2  * Copyright 2024 Valve Corporation
3  * Copyright 2024 Alyssa Rosenzweig
4  * Copyright 2022-2023 Collabora Ltd. and Red Hat Inc.
5  * SPDX-License-Identifier: MIT
6  */
7 
8 #pragma once
9 
10 #include "hk_physical_device.h"
11 
12 VkResult hk_init_wsi(struct hk_physical_device *pdev);
13 void hk_finish_wsi(struct hk_physical_device *pdev);
14