monado/src/xrt/targets/common/target_lists.h
2019-05-16 20:41:35 +01:00

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;