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