Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:24:49

0001 /*
0002  *  Prototypes for RTEMS tmtests_empty_function.c.
0003  *
0004  *  COPYRIGHT (c) 2011, Ralf Corsépius, Ulm/Germany.
0005  *
0006  *  The license and distribution terms for this file may be
0007  *  found in the file LICENSE in this distribution or at
0008  *  http://www.rtems.org/license/LICENSE.
0009  */
0010 
0011 #ifndef _TMTESTS_EMPTY_FUNCTION_H
0012 #define _TMTESTS_EMPTY_FUNCTION_H
0013 
0014 #include <rtems/rtems/status.h>
0015 
0016 extern rtems_status_code benchmark_timer_empty_function( void );
0017 
0018 extern void benchmark_timer_empty_operation(
0019   int    iteration,
0020   void  *argument
0021 );
0022 
0023 #endif /* _TMTESTS_EMPTY_FUNCTION_H */