blob: 232c3c0b479942dcf9a6fddce4094b96109b469e [file] [log] [blame]
Imre Kise6d73412021-10-18 14:01:47 +02001/* SPDX-License-Identifier: BSD-3-Clause */
2/*
3 * Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
4 */
5
6#ifndef LIBC_INIT_H_
7#define LIBC_INIT_H_
8
9void libc_init(void);
10
11#endif /* LIBC_INIT_H_ */