Zephyr Project API
4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
syscall.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: Copyright (c) 2025 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
16
17
#ifndef ZEPHYR_INCLUDE_ARCH_TRICORE_SYSCALL_H_
18
#define ZEPHYR_INCLUDE_ARCH_TRICORE_SYSCALL_H_
19
21
22
/* Syscall ids used */
23
#define TRICORE_SYSCALL_CALL 0
24
#define TRICORE_SYSCALL_SWITCH 1
25
#define TRICORE_SYSCALL_EXCEPT 2
26
#define TRICORE_SYSCALL_IRQ_OFFLOAD 3
27
29
30
#endif
/* ZEPHYR_INCLUDE_ARCH_TRICORE_SYSCALL_H_ */
include
zephyr
arch
tricore
syscall.h
Generated on
for Zephyr Project API by
1.16.1