Ghennadi Procopciuc | a9fee05 | 2024-01-30 16:19:47 +0200 | [diff] [blame] | 1 | /* |
2 | * Copyright 2024 NXP | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef PLAT_CONSOLE_H | ||||
8 | #define PLAT_CONSOLE_H | ||||
9 | |||||
10 | void console_s32g2_register(void); | ||||
11 | |||||
12 | #endif |