Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
f2ee497576ef27ab588ce69006694258feeb26e1
/
.
/
plat
/
imx
/
imx8ulp
/
include
/
dram.h
blob: 9ed8969a1e1e15fe3db2ac496894a5ad18dda224 [
file
] [
log
] [
blame
]
Jacky Bai
9f6e5d9
2022-01-25 16:34:58 +0800
[
diff
] [
blame
]
1
/*
2
* Copyright 2024 NXP
3
*
4
* SPDX-License-Identifier: BSD-3-Clause
5
*/
6
7
#ifndef
DRAM_H
8
#define
DRAM_H
9
10
void
dram_init
(
void
);
11
12
#endif
/* DRAM_H */
13