diff options
Diffstat (limited to 'drivers/remoteproc/remoteproc_internal.h')
-rw-r--r-- | drivers/remoteproc/remoteproc_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/remoteproc/remoteproc_internal.h b/drivers/remoteproc/remoteproc_internal.h index 9f336d6bdef3..f4957cfa0883 100644 --- a/drivers/remoteproc/remoteproc_internal.h +++ b/drivers/remoteproc/remoteproc_internal.h | |||
@@ -41,4 +41,6 @@ void rproc_create_debug_dir(struct rproc *rproc); | |||
41 | void rproc_init_debugfs(void); | 41 | void rproc_init_debugfs(void); |
42 | void rproc_exit_debugfs(void); | 42 | void rproc_exit_debugfs(void); |
43 | 43 | ||
44 | void rproc_free_vring(struct rproc_vring *rvring); | ||
45 | int rproc_alloc_vring(struct rproc_vdev *rvdev, int i); | ||
44 | #endif /* REMOTEPROC_INTERNAL_H */ | 46 | #endif /* REMOTEPROC_INTERNAL_H */ |