repo.or.cz
/
tart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed IRQ and FIQ handler.
[tart.git]
/
platform
/
bcm2835
/
init.c
blob
faed6dbe24865739b16bbfca02dfefc724525f9a
1
#include <platform.h>
2
#include <interrupts.h>
3
4
void
platform_init
()
5
{
6
platform_interrupts_init
();
7
}