source: rtems/c/src/lib/libbsp/unix/posix/include/bsp.h @ c1dcda5d

4.104.115
Last change on this file since c1dcda5d was c1dcda5d, checked in by Joel Sherrill <joel.sherrill@…>, on 09/18/08 at 21:06:53

2008-09-18 Joel Sherrill <joel.sherrill@…>

  • include/bsp.h: Remove prototypes of routines in bootcard.h.
  • Property mode set to 100644
File size: 668 bytes
Line 
1/*
2 *  This include file contains all POSIX BSP definitions.
3 *
4 *  COPYRIGHT (c) 1989-2008.
5 *  On-Line Applications Research Corporation (OAR).
6 *
7 *  The license and distribution terms for this file may be
8 *  found in the file LICENSE in this distribution or at
9 *  http://www.rtems.com/license/LICENSE.
10 *
11 *  $Id$
12 */
13
14#ifndef _BSP_H
15#define _BSP_H
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21#include <bspopts.h>
22
23#include <rtems.h>
24#include <rtems/clockdrv.h>
25#include <rtems/console.h>
26#include <rtems/iosupp.h>
27
28/* functions */
29
30rtems_isr_entry set_vector(rtems_isr_entry, rtems_vector_number, int);
31
32extern int cpu_number;
33
34#ifdef __cplusplus
35}
36#endif
37
38#endif
Note: See TracBrowser for help on using the repository browser.