source: rtems/testsuites/support/include/tmtests_empty_function.h @ df40cc9

4.115
Last change on this file since df40cc9 was c499856, checked in by Chris Johns <chrisj@…>, on 03/20/14 at 21:10:47

Change all references of rtems.com to rtems.org.

  • Property mode set to 100644
File size: 573 bytes
Line 
1/*
2 *  Prototypes for RTEMS tmtests_empty_function.c.
3 *
4 *  COPYRIGHT (c) 2011, Ralf Corsépius, Ulm/Germany.
5 *
6 *  The license and distribution terms for this file may be
7 *  found in the file LICENSE in this distribution or at
8 *  http://www.rtems.org/license/LICENSE.
9 */
10
11#ifndef _TMTESTS_EMPTY_FUNCTION_H
12#define _TMTESTS_EMPTY_FUNCTION_H
13
14#include <rtems/rtems/status.h>
15
16extern rtems_status_code benchmark_timer_empty_function( void );
17
18extern void benchmark_timer_empty_operation(
19  int    iteration,
20  void  *argument
21);
22
23#endif /* _TMTESTS_EMPTY_FUNCTION_H */
Note: See TracBrowser for help on using the repository browser.