// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) STMicroelectronics SA 2015 * Authors: Yannick Fertre <[email protected]> * Hugues Fruchet <[email protected]> */ #include "hva.h" #include "hva-mem.h" int hva_mem_alloc(struct hva_ctx *ctx, u32 size, const char *name, struct hva_buffer **buf) { … } void hva_mem_free(struct hva_ctx *ctx, struct hva_buffer *buf) { … }