index
:
camellia
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kernel
/
execbuf.h
blob: 02ada92942989b2f27db9b663ce8ef9f88bb175b (
plain
)
1
2
3
4
#pragma once #include <kernel/proc.h> _Noreturn void execbuf_run(struct process *proc);