/* * Copyright (C) 2020 Inria * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup pkg_uwb_core * @{ * * @file * @brief Abstraction layer for RIOT adaption * * @author Francisco Molina * @} */ #ifndef DPL_QUEUE_H #define DPL_QUEUE_H #include "os/os_queue.h" #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* DPL_QUEUE_H */