xref: /rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/include/plat_io_storage.h (revision 9fb767630dbb3a54eff17b9b9b83078a7b3e77b7)
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