source: rtems/testsuites/samples/nsecs/empty.c @ e313551

4.115
Last change on this file since e313551 was e313551, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/22/11 at 10:58:44

Add HAVE_CONFIG_H.

  • Property mode set to 100644
File size: 408 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#ifdef HAVE_CONFIG_H
12#include "config.h"
13#endif
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.