Imre Kis | e6d7341 | 2021-10-18 14:01:47 +0200 | [diff] [blame] | 1 | /* 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 | |||||
9 | void libc_init(void); | ||||
10 | |||||
11 | #endif /* LIBC_INIT_H_ */ |