1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/cpu/avr8_xmega_drivers/cpu_tests.h

34 lines
578 B
C

/*
* Copyright (C) 2021 Gerson Fernando Budke <nandojve@gmail.com>
*
* 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 <nandojve@gmail.com>
*
* @}
*/
#ifndef CPU_TESTS_H
#define CPU_TESTS_H
#ifdef __cplusplus
extern "C" {
#endif
void ebi_tests(void);
#ifdef __cplusplus
}
#endif
#endif /* CPU_TESTS_H */