projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'pwm/for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[platform/kernel/linux-rpi.git]
/
drivers
/
accel
/
ivpu
/
ivpu_debugfs.h
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright (C) 2020-2023 Intel Corporation
4
*/
5
6
#ifndef __IVPU_DEBUGFS_H__
7
#define __IVPU_DEBUGFS_H__
8
9
struct drm_minor;
10
11
void ivpu_debugfs_init(struct drm_minor *minor);
12
13
#endif /* __IVPU_DEBUGFS_H__ */