xref: /linux/drivers/media/platform/qcom/venus/dbgfs.h (revision a4eb44a6435d6d8f9e642407a4a06f65eb90ca04)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (C) 2020 Linaro Ltd. */
3 
4 #ifndef __VENUS_DBGFS_H__
5 #define __VENUS_DBGFS_H__
6 
7 struct venus_core;
8 
9 void venus_dbgfs_init(struct venus_core *core);
10 void venus_dbgfs_deinit(struct venus_core *core);
11 
12 #endif
13