blob: 232c3c0b479942dcf9a6fddce4094b96109b469e [file] [log] [blame]
/* SPDX-License-Identifier: BSD-3-Clause */
/*
* Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
*/
#ifndef LIBC_INIT_H_
#define LIBC_INIT_H_
void libc_init(void);
#endif /* LIBC_INIT_H_ */