projects
/
akaros.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Finishes removal of x86_32 (XCC)
[akaros.git]
/
kern
/
arch
/
riscv
/
init.h
1
/* See COPYRIGHT for copyright information. */
2
3
#ifndef ROS_ARCH_INIT_H
4
#define ROS_ARCH_INIT_H
5
6
extern size_t argc;
7
extern char** argv;
8
9
void arch_init();
10
11
#endif // !ROS_ARCH_INIT_H