mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-11 17:35:27 +00:00
26 lines
410 B
C
26 lines
410 B
C
// Copyright 2019, Collabora, Ltd.
|
|
// SPDX-License-Identifier: BSL-1.0
|
|
/*!
|
|
* @file
|
|
* @brief Documentation.
|
|
* @author Jakob Bornecrantz <jakob@collabora.com>
|
|
* @ingroup aux_os
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
|
|
/*!
|
|
* @defgroup aux_os OS-Wrappers
|
|
* @ingroup aux
|
|
*
|
|
* @brief Wrapper around OS functions and structs.
|
|
*/
|
|
|
|
/*!
|
|
* @dir auxiliary/os
|
|
* @ingroup aux
|
|
*
|
|
* @brief Wrapper around OS functions and structs.
|
|
*/
|