Snitch Runtime
Loading...
Searching...
No Matches
start_decls.h
1// Copyright 2024 ETH Zurich and University of Bologna.
2// Licensed under the Apache License, Version 2.0, see LICENSE for details.
3// SPDX-License-Identifier: Apache-2.0
4
5#pragma once
6
7inline void snrt_exit(int exit_code);
8
9inline uint32_t snrt_cls_base_addr();