repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
media
/
platform
/
qcom
/
venus
/
dbgfs.h
blob
b7b621a8472f1accadd3136413e65073c532c104
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