source: network-demos/http/system.h @ d51420e

4.11network-demos-4-10-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branch
Last change on this file since d51420e was cf5b3fa, checked in by Joel Sherrill <joel.sherrill@…>, on 06/21/07 at 18:00:27

2007-06-21 Joel Sherrill <joel.sherrill@…>

  • Makefile, init.c, system.h: Now compiles reasonably cleanly with CVS head.
  • Property mode set to 100644
File size: 560 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-1998.
7 *  On-Line Applications Research Corporation (OAR).
8 *  Copyright assigned to U.S. Government, 1994.
9 *
10 *  The license and distribution terms for this file may be
11 *  found in the file LICENSE in this distribution or at
12 *  $Id$
13 */
14
15#include <rtems.h>
16
17/* functions */
18
19rtems_task Init(
20  rtems_task_argument argument
21);
22
23/* configuration information */
24
25#include <rtems/confdefs.h>
26
27/* end of include file */
Note: See TracBrowser for help on using the repository browser.