source: rtems/testsuites/psxtests/psx14/system.h @ ce00f304

4.115
Last change on this file since ce00f304 was c87593f, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/08 at 16:07:12

2008-01-31 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific portions of Object Services added to API.
  • psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn, psx14/system.h: New files.
  • Property mode set to 100644
File size: 794 bytes
Line 
1/*  system.h
2 *
3 *  This include file contains information that is included in every
4 *  function in the test set.
5 *
6 *  COPYRIGHT (c) 1989-2008.
7 *  On-Line Applications Research Corporation (OAR).
8 *
9 *  The license and distribution terms for this file may be
10 *  found in the file LICENSE in this distribution or at
11 *  http://www.rtems.com/license/LICENSE.
12 *
13 *  $Id$
14 */
15
16/* functions */
17
18#include <pmacros.h>
19#include <unistd.h>
20#include <errno.h>
21#include <sched.h>
22
23void *POSIX_Init(
24  void *argument
25);
26
27/* configuration information */
28
29#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
30#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
31
32#define CONFIGURE_MAXIMUM_POSIX_THREADS     2
33
34#define CONFIGURE_POSIX_INIT_THREAD_TABLE
35
36#include <rtems/confdefs.h>
37
38/* end of include file */
Note: See TracBrowser for help on using the repository browser.