xref: /rk3399_ARM-atf/plat/nxp/common/ocram/ocram.h (revision aee2f33a675891f660fc0d06e739ce85f3472075)
1 /*
2  * Copyright 2021 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #ifndef OCRAM_H
9 #define OCRAM_H
10 
11 void ocram_init(uintptr_t start_addr, size_t size);
12 
13 #endif /* OCRAM_H */
14