summaryrefslogtreecommitdiff
path: root/riscv/riscv-probe/env/default/setup.c
blob: 47674ca790523bec8b78c7b4cc9b1682cafd5938 (plain)
1
2
3
4
5
6
7
8
9
// See LICENSE for license details.

#include "femto.h"

auxval_t __auxv[] = {
    { 0, 0 }
};

void arch_setup() {}