RTEMS Logo

RTEMS 4.7.2 On-Line Library


Timer Driver An Empty Function

PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

10.1.3: An Empty Function

This routine is invoked by the RTEMS Timing Test Suite to measure the cost of invoking a subroutine.

rtems_status_code Empty_function (void)
{
  return RTEMS_SUCCESSFUL;
}


PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

Copyright © 1988-2004 OAR Corporation