2 * Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
4 * SPDX-License-Identifier: BSD-3-Clause
9#define WRAPPER_FUNC(x) __wrap_ ## x
10#define WRAPPER_FUNC_NAME(x) __wrap_##x
11#define SECTION_NAME(x) .text.##x
12#define RAM_SECTION_NAME(x) .time_critical.##x
15// do not put align in here as it is used mid function sometimes
23.macro regular_func_with_section x
28// do not put align in here as it is used mid function sometimes
30regular_func WRAPPER_FUNC_NAME(\x)
33.macro __pre_init func, priority_string
34.section .preinit_array.\priority_string