2022-05-11 12:07:28 +00:00
|
|
|
// Copyright 2019-2022, Collabora, Ltd.
|
2019-04-30 13:33:34 +00:00
|
|
|
// 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[];
|
2022-05-11 12:07:28 +00:00
|
|
|
extern xrt_auto_prober_create_func_t target_auto_list[];
|
2022-05-14 14:33:16 +00:00
|
|
|
extern xrt_builder_create_func_t target_builder_list[];
|
2019-04-30 13:33:34 +00:00
|
|
|
extern struct xrt_prober_entry_lists target_lists;
|