// Copyright 2020, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 /*! * @file * @brief vive json header * @author Lubosz Sarnecki * @ingroup drv_vive */ #pragma once #include struct vive_device; bool vive_config_parse(struct vive_device *d, char *json_string);