summaryrefslogtreecommitdiff
path: root/riscv/riscv-probe/env/default/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/riscv-probe/env/default/setup.c')
-rw-r--r--riscv/riscv-probe/env/default/setup.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/riscv/riscv-probe/env/default/setup.c b/riscv/riscv-probe/env/default/setup.c
new file mode 100644
index 0000000..47674ca
--- /dev/null
+++ b/riscv/riscv-probe/env/default/setup.c
@@ -0,0 +1,9 @@
+// See LICENSE for license details.
+
+#include "femto.h"
+
+auxval_t __auxv[] = {
+ { 0, 0 }
+};
+
+void arch_setup() {}