git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
clean-up left-over arch-depend code from kernel base
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
load.h
1
#ifndef __LUNAIX_LOAD_H
2
#define __LUNAIX_LOAD_H
3
4
#include <lunaix/exec.h>
5
#include <lunaix/fs.h>
6
7
int
8
load_executable(struct load_context* context, const struct v_file* exefile);
9
10
#endif /* __LUNAIX_LOAD_H */