mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-23 15:11:47 +00:00
29 lines
368 B
C
29 lines
368 B
C
|
// Copyright 2021, Mateo de Mayo.
|
||
|
// SPDX-License-Identifier: BSL-1.0
|
||
|
/*!
|
||
|
* @file
|
||
|
* @brief Internal header for qwerty_device and its friends.
|
||
|
* @author Mateo de Mayo <mateodemayo@gmail.com>
|
||
|
* @ingroup drv_qwerty
|
||
|
*/
|
||
|
#pragma once
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
/*!
|
||
|
* @addtogroup drv_qwerty
|
||
|
* @{
|
||
|
*/
|
||
|
|
||
|
// @todo
|
||
|
|
||
|
/*!
|
||
|
* @}
|
||
|
*/
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|