mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 09:31:26 +00:00
bde440eee2
In preparation for moving the mdt loader out of remoteproc let's move the somewhat unrelated resource table dummy helper to a Qualcomm "common" file. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
12 lines
245 B
C
12 lines
245 B
C
#ifndef __RPROC_QCOM_COMMON_H__
|
|
#define __RPROC_QCOM_COMMON_H__
|
|
|
|
struct resource_table;
|
|
struct rproc;
|
|
|
|
struct resource_table *qcom_mdt_find_rsc_table(struct rproc *rproc,
|
|
const struct firmware *fw,
|
|
int *tablesz);
|
|
|
|
#endif
|