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
/
selftest_rc6.h
blob
762fd442d7b2efc13e2b0ba85d5c8078ce764413
1
/*
2
* SPDX-License-Identifier: MIT
3
*
4
* Copyright © 2019 Intel Corporation
5
*/
6
7
#ifndef SELFTEST_RC6_H
8
#define SELFTEST_RC6_H
9
10
int
live_rc6_ctx_wa
(
void
*
arg
);
11
int
live_rc6_manual
(
void
*
arg
);
12
13
#endif
/* SELFTEST_RC6_H */