Files
rtems/testsuites/support/include/tmtests_empty_function.h
Joel Sherrill fb9bfe4011 testsuites/*: Add SPDX for RTEMS legacy license
These may still be relicensed but adding SPDX is needed.

Updates #4805.
2025-08-22 10:15:47 -05:00

26 lines
633 B
C

/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* Prototypes for RTEMS tmtests_empty_function.c.
*
* COPYRIGHT (c) 2011, Ralf Corsepius, Ulm/Germany.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*/
#ifndef _TMTESTS_EMPTY_FUNCTION_H
#define _TMTESTS_EMPTY_FUNCTION_H
#include <rtems/rtems/status.h>
extern rtems_status_code benchmark_timer_empty_function( void );
extern void benchmark_timer_empty_operation(
int iteration,
void *argument
);
#endif /* _TMTESTS_EMPTY_FUNCTION_H */