~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 0a9eedda414cfd435483a38b7ba359512fb72e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
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