source: rtems/testsuites/support/include/tmtests_empty_function.h @ 436ef33

4.115
Last change on this file since 436ef33 was 436ef33, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/11 at 06:49:22

2011-12-11 Ralf Corsépius <ralf.corsepius@…>

  • support/include/tmtests_empty_function.h: New.
  • support/src/tmtests_empty_function.c, support/src/tmtests_support.c: Include "tmtests_empty_function.h". Remove local decls (Missing prototypes).
  • Property mode set to 100644
File size: 585 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.com/license/LICENSE.
9 *
10 *  $Id$
11 */
12
13#ifndef _TMTESTS_EMPTY_FUNCTION_H
14#define _TMTESTS_EMPTY_FUNCTION_H
15
16#include <rtems/rtems/status.h>
17
18extern rtems_status_code benchmark_timer_empty_function( void );
19
20extern void benchmark_timer_empty_operation(
21  int    iteration,
22  void  *argument
23);
24
25#endif /* _TMTESTS_EMPTY_FUNCTION_H */
Note: See TracBrowser for help on using the repository browser.