git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3b1df0803bb4c12d0530d98025d5f26eef07ef45
[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 */