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