Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
test_asm_inline_other.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Renesas Electronics Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_TEST_ASM_INLINE_OTHER_H_
8#define ZEPHYR_TEST_ASM_INLINE_OTHER_H_
9
10/* Stub for non-GNUC toolchains (e.g. IAR) used in benchmark tests.
11 * These macros are only required by timestamp.h during kernel tests.
12 * We provide a no-op implementation so that tests can build.
13 */
14
15static inline void timestamp_serialize(void) { }
16
17#endif /* ZEPHYR_TEST_ASM_INLINE_OTHER_H_ */
static void timestamp_serialize(void)
Definition test_asm_inline_other.h:15