1 /*
2  * Copyright (c) 2016-2020, Broadcom
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef EXT_SRAM_INIT_H
8 #define EXT_SRAM_INIT_H
9 
10 void ext_sram_init(void);
11 #endif
12