xref: /rk3399_ARM-atf/lib/aarch32/armclang_printf.S (revision e534d4f633c30742ef7ced69abe077399b8eb5e6)
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