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
Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
debugfs_engines.h
blob
f69257eaa1cc53b07d51016489bd35dd1e1a82fa
1
/* SPDX-License-Identifier: MIT */
2
/*
3
* Copyright © 2019 Intel Corporation
4
*/
5
6
#ifndef DEBUGFS_ENGINES_H
7
#define DEBUGFS_ENGINES_H
8
9
struct
intel_gt
;
10
struct
dentry
;
11
12
void
debugfs_engines_register
(
struct
intel_gt
*
gt
,
struct
dentry
*
root
);
13
14
#endif
/* DEBUGFS_ENGINES_H */