Sign in
coral
/
u-boot-mtk
/
955715de98452e27294d71f2e7040e2c3d511830
/
.
/
arch
/
arm
/
mach-snapdragon
/
include
/
mach
/
dram.h
blob: 0a9eedda414cfd435483a38b7ba359512fb72e45 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Snapdragon DRAM
* Copyright (C) 2018 Ramon Fried <ramon.fried@gmail.com>
*/
#ifndef
DRAM_H
#define
DRAM_H
int
msm_fixup_memory
(
void
*
blob
);
#endif