OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [include/] [spurious.h] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*  spurious.h
2
 *
3
 *  This file describes the Spurious Interrupt Driver for all boards.
4
 *
5
 *  COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993.
6
 *  On-Line Applications Research Corporation (OAR).
7
 *
8
 *  The license and distribution terms for this file may be
9
 *  found in the file LICENSE in this distribution or at
10
 *  http://www.OARcorp.com/rtems/license.html.
11
 *
12
 *  $Id: spurious.h,v 1.2 2001-09-27 11:59:35 chris Exp $
13
 */
14
 
15
#ifndef __SPURIOUS_h
16
#define __SPURIOUS_h
17
 
18
#ifdef __cplusplus
19
extern "C" {
20
#endif
21
 
22
#define SPURIOUS_DRIVER_TABLE_ENTRY \
23
  { Spurious_Initialize, NULL, NULL, NULL, NULL, NULL }
24
 
25
rtems_device_driver Spurious_Initialize(
26
  rtems_device_major_number,
27
  rtems_device_minor_number,
28
  void *,
29
  rtems_id,
30
  rtems_unsigned32 *
31
);
32
 
33
#ifdef __cplusplus
34
}
35
#endif
36
 
37
#endif
38
/* end of include file */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.