1/*
2 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <asm_macros.S>
8
9/* Symbols needed by armclang */
10
11	.globl __0printf
12	.globl __1printf
13	.globl __2printf
14
15func __0printf
16__1printf:
17__2printf:
18        b	printf
19endfunc __0printf
20