1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-18 11:03:50 +01:00
RIOT/tests/unittests/tests-ipv6_hdr/tests-ipv6_hdr.h
Marian Buschsieweke f799f7465a
tests/unittests: use SPDX copyright tags
Co-authored-by: crasbe <crasbe@gmail.com>
Co-authored-by: Ann🐸 <git@annsann.eu>
2025-11-21 07:31:23 +01:00

34 lines
466 B
C

/*
* SPDX-FileCopyrightText: 2015 Martin Lenders
* SPDX-License-Identifier: LGPL-2.1-only
*/
#pragma once
/**
* @addtogroup unittests
* @{
*
* @file
* @brief Unittests for the ``ipv6_hdr`` module
*
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
*/
#include "embUnit.h"
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief The entry point of this test suite.
*/
void tests_ipv6_hdr(void);
#ifdef __cplusplus
}
#endif
/** @} */