1/*
2 * Copyright (c) 2021 metraTec GmbH
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7 /* The SDK CMIS SystemInit function sets VTOR equal to &__Vectors,
8  * so we create an alias for the symbol to Zephyr's vector table
9  */
10 __Vectors = _vector_table;
11
12#include <zephyr/arch/arm/cortex_m/scripts/linker.ld>
13