source: rtems/testsuites/sptests/spobjgetnext/system.h @ d5ae827

4.104.115
Last change on this file since d5ae827 was c14c2f0, checked in by Joel Sherrill <joel.sherrill@…>, on 05/08/09 at 02:05:51

2009-05-07 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add initial test of _Objects_Get_next.
  • spobjgetnext/.cvsignore, spobjgetnext/Makefile.am, spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn, spobjgetnext/system.h: New files.
  • Property mode set to 100644
File size: 725 bytes
Line 
1/*
2 *  COPYRIGHT (c) 1989-2009.
3 *  On-Line Applications Research Corporation (OAR).
4 *
5 *  The license and distribution terms for this file may be
6 *  found in the file LICENSE in this distribution or at
7 *  http://www.rtems.com/license/LICENSE.
8 *
9 *  $Id$
10 */
11
12#include <tmacros.h>
13
14/* functions */
15
16rtems_task Init(
17  rtems_task_argument argument
18);
19
20/* configuration information */
21
22#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
23#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
24
25#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
26
27#define CONFIGURE_MAXIMUM_TASKS             2
28#define CONFIGURE_MAXIMUM_TIMERS            1
29#define CONFIGURE_MAXIMUM_SEMAPHORES        1
30
31#include <rtems/confdefs.h>
32
33/* end of include file */
Note: See TracBrowser for help on using the repository browser.