xref: /rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/include/plat_io_storage.h (revision 06f3c7058c42a9f1a9f7df75ea2de71a000855e8)
1 /*
2  * Copyright 2024 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef PLAT_IO_STORAGE_H
8 #define PLAT_IO_STORAGE_H
9 
10 void plat_s32g2_io_setup(void);
11 
12 #endif
13