/[gxemul]/upstream/0.4.1/src/include/machine_interrupts.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /upstream/0.4.1/src/include/machine_interrupts.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29 - (show annotations)
Mon Oct 8 16:20:32 2007 UTC (16 years, 7 months ago) by dpavlin
File MIME type: text/plain
File size: 3184 byte(s)
0.4.1
1 #ifndef MACHINE_INTERRUPTS_H
2 #define MACHINE_INTERRUPTS_H
3
4 /*
5 * Copyright (C) 2005-2006 Anders Gavare. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:
9 *
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution.
15 * 3. The name of the author may not be used to endorse or promote products
16 * derived from this software without specific prior written permission.
17 *
18 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
19 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
22 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 * SUCH DAMAGE.
29 *
30 *
31 * $Id: machine_interrupts.h,v 1.2 2006/02/05 10:26:36 debug Exp $
32 */
33
34 #include "machine.h"
35
36 void kn02_interrupt(struct machine *m, struct cpu *cpu, int irq_nr, int assrt);
37 void kmin_interrupt(struct machine *m, struct cpu *cpu, int irq_nr, int assrt);
38 void kn03_interrupt(struct machine *m, struct cpu *cpu, int irq_nr, int assrt);
39 void maxine_interrupt(struct machine *m, struct cpu *cpu,
40 int irq_nr, int assrt);
41 void kn230_interrupt(struct machine *m, struct cpu *, int irq_nr, int assrt);
42 void jazz_interrupt(struct machine *m, struct cpu *cpu, int irq_nr, int assrt);
43 void vr41xx_interrupt(struct machine *m, struct cpu *, int irq_nr, int assrt);
44 void ps2_interrupt(struct machine *m, struct cpu *cpu, int irq_nr, int assrt);
45 void sgi_ip22_interrupt(struct machine *m, struct cpu *cpu,
46 int irq_nr, int assrt);
47 void sgi_ip30_interrupt(struct machine *m, struct cpu *cpu,
48 int irq_nr, int assrt);
49 void sgi_ip32_interrupt(struct machine *m, struct cpu *cpu,
50 int irq_nr, int assrt);
51 void au1x00_interrupt(struct machine *m, struct cpu *cpu,
52 int irq_nr, int assrt);
53 void cpc700_interrupt(struct machine *m, struct cpu *cpu,
54 int irq_nr, int assrt);
55 void isa8_interrupt(struct machine *m, struct cpu *cpu, int irq_nr, int assrt);
56 void x86_pc_interrupt(struct machine *m, struct cpu *, int irq_nr, int assrt);
57 void isa32_interrupt(struct machine *m, struct cpu *cpu, int irq_nr, int assrt);
58 void gc_interrupt(struct machine *m, struct cpu *cpu, int irq_nr, int assrt);
59 void i80321_interrupt(struct machine *m, struct cpu *cpu, int, int assrt);
60
61 #endif /* MACHINE_INTERRUPTS_H */

  ViewVC Help
Powered by ViewVC 1.1.26