repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/adflib: build only host variant which is used by Sam440 target
[AROS.git]
/
arch
/
m68k-amiga
/
kernel
/
amiga_irq.h
blob
b95d712d8b8bfea6f7fff632b0d562abeaeefaa4
1
/*
2
copyright © 1995-2010, the aros development team. all rights reserved.
3
$id$
4
5
desc: m68k-amiga IRQ handling
6
lang: english
7
*/
8
9
#ifndef AMIGA_IRQ_H
10
#define AMIGA_IRQ_H
11
12
#include <aros/kernel.h>
13
#include <exec/execbase.h>
14
15
void
AmigaIRQInit
(
struct
ExecBase
*
SysBase
);
16
17
#endif
/* AMIGA_IRQ_H */