source: rtems/testsuites/samples/cdtest/init.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: 777 bytes
RevLine 
[ac7d5ef0]1/*  Init
2 *
3 *  This routine is the initialization task for this test program.
4 *  It is called from init_exec and has the responsibility for creating
5 *  and starting the tasks that make up the test.  If the time of day
6 *  clock is required for the test, it should also be set to a known
7 *  value by this function.
8 *
9 *  Input parameters:  NONE
10 *
11 *  Output parameters:  NONE
12 *
[08311cc3]13 *  COPYRIGHT (c) 1989-1999.
[ac7d5ef0]14 *  On-Line Applications Research Corporation (OAR).
15 *
[98e4ebf5]16 *  The license and distribution terms for this file may be
17 *  found in the file LICENSE in this distribution or at
[3e26377b]18 *  http://www.rtems.com/license/LICENSE.
[ac7d5ef0]19 *
[3235ad9]20 *  $Id$
[ac7d5ef0]21 */
22
[e313551]23#ifdef HAVE_CONFIG_H
24#include "config.h"
25#endif
26
[df49c60]27#define CONFIGURE_INIT
[ac7d5ef0]28#include "system.h"
29#include <stdio.h>
[6ada2b1e]30#include <tmacros.h>
Note: See TracBrowser for help on using the repository browser.