Files
rtems/testsuites/support/include/tmtests_empty_function.h
Amar Takhar 662ad275f7 ascii: Remove non-ASCII characters from names
There are only the 3 names in our entire source that use non-ASCII characters.
Our documentation can still use any type of character.  We want to limit source
to ASCII for safety reasons.
2025-05-22 19:35:12 +00:00

24 lines
571 B
C

/*
* 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 */