summaryrefslogtreecommitdiffstats
path: root/testsuites/support/include/tmtests_empty_function.h
blob: e5e0b93aebe19b51cbc41f14c3c86d080626f5b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 *  Prototypes for RTEMS tmtests_empty_function.c.
 *
 *  COPYRIGHT (c) 2011, Ralf Corsépius, 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.com/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 */