/* * Copyright (C) 2021 Gerson Fernando Budke * * 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 tests * @{ * * @file * @brief Prototypes for cpu_avr8_xmega_drivers * * @author Gerson Fernando Budke * * @} */ #ifndef CPU_TESTS_H #define CPU_TESTS_H #ifdef __cplusplus extern "C" { #endif void ebi_tests(void); #ifdef __cplusplus } #endif #endif /* CPU_TESTS_H */