The open source OpenXR runtime
at main 17 lines 506 B view raw
1// Copyright 2019-2022, Collabora, Ltd. 2// SPDX-License-Identifier: BSL-1.0 3/*! 4 * @file 5 * @brief Common things to pull into a target. 6 * @author Jakob Bornecrantz <jakob@collabora.com> 7 */ 8 9#pragma once 10 11#include "xrt/xrt_prober.h" 12 13extern struct xrt_prober_entry target_entry_list[]; 14extern struct xrt_prober_entry *target_entry_lists[]; 15extern xrt_auto_prober_create_func_t target_auto_list[]; 16extern xrt_builder_create_func_t target_builder_list[]; 17extern struct xrt_prober_entry_lists target_lists;