source: rtems/testsuites/samples/nsecs/empty.c @ 5f4d6ccc

4.104.115
Last change on this file since 5f4d6ccc was 5f4d6ccc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/24/09 at 05:51:36

Add missing prototype.

  • Property mode set to 100644
File size: 359 bytes
Line 
1/*  COPYRIGHT (c) 1989-2007.
2 *  On-Line Applications Research Corporation (OAR).
3 *
4 *  The license and distribution terms for this file may be
5 *  found in the file LICENSE in this distribution or at
6 *  http://www.rtems.com/license/LICENSE.
7 *
8 *  $Id$
9 */
10
11/* put here hoping it won't get inlined */
12void dummy_function_empty_body_to_force_call(void) {}
13
Note: See TracBrowser for help on using the repository browser.