Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / drivers / media / platform / sti / delta / delta-mem.h
blobff7d02f00b280ee3d9f8af809d73c1d073843765
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (C) STMicroelectronics SA 2015
4 * Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics.
5 */
7 #ifndef DELTA_MEM_H
8 #define DELTA_MEM_H
10 int hw_alloc(struct delta_ctx *ctx, u32 size, const char *name,
11 struct delta_buf *buf);
12 void hw_free(struct delta_ctx *ctx, struct delta_buf *buf);
14 #endif /* DELTA_MEM_H */