Snitch Runtime
Loading...
Searching...
No Matches
sw
snRuntime
src
cls.h
1
// Copyright 2023 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
7
extern
__thread
cls_t
* _cls_ptr;
8
9
inline
cls_t
* cls() {
return
_cls_ptr; }
cls_t
Definition
cls_decls.h:11
Generated by
1.12.0