diff options
Diffstat (limited to 'roms/u-boot/arch/arm/mach-snapdragon/include/mach/dram.h')
-rw-r--r-- | roms/u-boot/arch/arm/mach-snapdragon/include/mach/dram.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-snapdragon/include/mach/dram.h b/roms/u-boot/arch/arm/mach-snapdragon/include/mach/dram.h new file mode 100644 index 000000000..0a9eedda4 --- /dev/null +++ b/roms/u-boot/arch/arm/mach-snapdragon/include/mach/dram.h @@ -0,0 +1,12 @@ +/* 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 |