monado/src/xrt/targets/common/target_lists.h

17 lines
439 B
C
Raw Normal View History

2019-04-30 13:33:34 +00:00
// 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;