Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
structs.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: Copyright (c) 2026 Infineon Technologies AG,
3 * SPDX-FileCopyrightText: or an affiliate of Infineon Technologies AG. All rights reserved.
4 * SPDX-FileCopyrightText: Copyright (c) 2026 Linumiz
5 *
6 * SPDX-License-Identifier: Apache-2.0
7 */
8
13
14#ifndef ZEPHYR_INCLUDE_TRICORE_STRUCTS_H_
15#define ZEPHYR_INCLUDE_TRICORE_STRUCTS_H_
16
18
19/* Per CPU architecture specifics */
20struct _cpu_arch {
22 struct k_thread *to_reclaim;
23};
24
26
27#endif /* ZEPHYR_INCLUDE_TRICORE_STRUCTS_H_ */