blob: dd7a61b03227d0809e90d2e2febbfda89a8125fb [file] [log] [blame]
Jorge Ramirez-Ortizf1751c02018-09-23 09:41:00 +02001/*
2 * Copyright (c) 2015-2017, Renesas Electronics Corporation. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef RCAR_PRINTF_H__
8#define RCAR_PRINTF_H__
9
10#include <string.h>
11
12int32_t rcar_set_log_data(int32_t c);
13int32_t rcar_log_init(void);
14
15#if IMAGE_BL31
16extern uint64_t rcar_stack_generic_timer[5];
17#endif
18
19#endif