git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add implementation of ARM GIC driver.
[lunaix-os.git]
/
lunaix-os
/
arch
/
aarch64
/
includes
/
asm
/
aa64_isrm.h
1
#ifndef __LUNAIX_AA64_ISRM_H
2
#define __LUNAIX_AA64_ISRM_H
3
4
#include <asm-generic/isrm.h>
5
#include "soc/gic.h"
6
7
unsigned int
8
aa64_isrm_ivalloc(struct gic_int_param* ivcfg, isr_cb handler);
9
10
#endif /* __LUNAIX_AA64_ISRM_H */