mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-12 01:45:25 +00:00
17 lines
439 B
C
17 lines
439 B
C
|
// Copyright 2019, Collabora, Ltd.
|
||
|
// SPDX-License-Identifier: BSL-1.0
|
||
|
/*!
|
||
|
* @file
|
||
|
* @brief Common things to pull into a target.
|
||
|
* @author Jakob Bornecrantz <jakob@collabora.com>
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "xrt/xrt_prober.h"
|
||
|
|
||
|
extern struct xrt_prober_entry target_entry_list[];
|
||
|
extern struct xrt_prober_entry *target_entry_lists[];
|
||
|
extern xrt_auto_prober_creator target_auto_list[];
|
||
|
extern struct xrt_prober_entry_lists target_lists;
|