source: rtems/testsuites/sptests/sptask_err02/system.h @ d4edbdbc

4.115
Last change on this file since d4edbdbc was d4edbdbc, checked in by Sebastian Huber <sebastian.huber@…>, on 03/20/15 at 13:09:26

Replace www.rtems.com with www.rtems.org

  • Property mode set to 100644
File size: 802 bytes
Line 
1/*
2 *  This include file contains information that is included in every
3 *  function in the test set.
4 */
5
6/*
7 *  COPYRIGHT (c) 1989-2014.
8 *  On-Line Applications Research Corporation (OAR).
9 *
10 *  The license and distribution terms for this file may be
11 *  found in the file LICENSE in this distribution or at
12 *  http://www.rtems.org/license/LICENSE.
13 */
14
15#include <tmacros.h>
16
17/* functions */
18
19rtems_task Init(
20  rtems_task_argument argument
21);
22
23/* configuration information */
24
25#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
26#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
27
28#define CONFIGURE_MAXIMUM_TASKS               1
29#define CONFIGURE_TICKS_PER_TIMESLICE       100
30
31#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
32
33#include <rtems/confdefs.h>
34
35/* global variables */
36
37/* end of include file */
Note: See TracBrowser for help on using the repository browser.