source: rtems/testsuites/samples/nsecs/empty.c @ 11925eef

4.115
Last change on this file since 11925eef was c499856, checked in by Chris Johns <chrisj@…>, on 03/20/14 at 21:10:47

Change all references of rtems.com to rtems.org.

  • Property mode set to 100644
File size: 417 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.org/license/LICENSE.
7 */
8
9#ifdef HAVE_CONFIG_H
10#include "config.h"
11#endif
12
13#include "system.h"
14
15/* put here hoping it won't get inlined */
16void dummy_function_empty_body_to_force_call(void) {}
17
Note: See TracBrowser for help on using the repository browser.