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
Forward compatibility: build relative-base link libraries where needed
[AROS.git]
/
arch
/
arm-efika
/
kernel
/
kernel_arch.h
blob
4ac2ee268a8f0f4d8c6ede09c0c9412682912a59
1
/*
2
Copyright © 1995-2010, The AROS Development Team. All rights reserved.
3
$Id$
4
5
Desc: kernel_arch.h
6
Lang: english
7
*/
8
9
#ifndef KERNEL_ARCH_H_
10
#define KERNEL_ARCH_H_
11
12
#define IRQ_COUNT 120
13
14
#endif
/* KERNEL_ARCH_H_ */