repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
kernel
/
arch
/
earm
/
bsp
/
include
/
bsp_intr.h
blob
018c4796d4eaa70e55d8b9a7ba5980273b8f3de7
1
#ifndef _BSP_INTR_H_
2
#define _BSP_INTR_H_
3
4
#ifndef __ASSEMBLY__
5
6
void
bsp_irq_unmask
(
int
irq
);
7
void
bsp_irq_mask
(
int
irq
);
8
void
bsp_irq_handle
(
void
);
9
10
#endif
/* __ASSEMBLY__ */
11
12
#endif
/* _BSP_INTR_H_ */