source: rtems/testsuites/support/src/tmtests_empty_function.c @ 35eb543d

4.104.114.95
Last change on this file since 35eb543d was 35eb543d, checked in by Joel Sherrill <joel.sherrill@…>, on 08/31/08 at 17:37:39

2008-08-31 Joel Sherrill <joel.sherrill@…>

  • support/src/tmtests_empty_function.c: New file.
  • Property mode set to 100644
File size: 490 bytes
Line 
1/*
2 *  This file implements an empty function used by the RTEMS Timing Tests
3 *  to set a baseline for loop overhead.
4 *
5 *  COPYRIGHT (c) 1989-2008.
6 *  On-Line Applications Research Corporation (OAR).
7 *
8 *  The license and distribution terms for this file may be
9 *  found in the file LICENSE in this distribution or at
10 *  http://www.rtems.com/license/LICENSE.
11 *
12 *  $Id$
13 */
14
15#include <rtems.h>
16
17rtems_status_code benchmark_timer_empty_function( void )
18{
19  return RTEMS_SUCCESSFUL;
20}
Note: See TracBrowser for help on using the repository browser.