xref: /rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/include/plat_console.h (revision 368a1dd3b628a4b24d2d6fe8313313fc36e932a1)
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
13