git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into isa/arm64
[lunaix-os.git]
/
lunaix-os
/
arch
/
aarch64
/
boot
/
init.h
1
#ifndef __LUNAIX_AA64_INIT_H
2
#define __LUNAIX_AA64_INIT_H
3
4
#include <lunaix/types.h>
5
#include <sys-generic/bootmem.h>
6
#include <asm/boot_stage.h>
7
8
ptr_t
9
kremap();
10
11
#endif /* __LUNAIX_AA64_INIT_H */