linuxOS_D21X/source/uboot-2021.10/arch/arm/mach-snapdragon/include/mach/dram.h

13 lines
198 B
C
Raw Normal View History

2024-11-29 08:13:19 +00:00
/* 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