git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rework parsing of interupt-map in interrupt node.
[lunaix-os.git]
/
lunaix-os
/
hal
/
devtree
/
devtree.h
1
#ifndef __LUNAIX_DEVTREE_INTERNAL_H
2
#define __LUNAIX_DEVTREE_INTERNAL_H
3
4
#include <hal/devtree.h>
5
6
bool
7
parse_stdintr_prop(struct fdt_iter* it, struct dt_intr_node* node);
8
9
#endif /* __LUNAIX_DEVTREE_H */