blob: 43c2bfd8571a9ba016ebc1ffc4c95bd70df81241 [file] [log] [blame]
Ghennadi Procopciuca9fee052024-01-30 16:19:47 +02001/*
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
10void console_s32g2_register(void);
11
12#endif