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
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
intel_llc.h
blob
ef09a890d2b765a2e55485ee7ee84415a0d6e1ba
1
/*
2
* SPDX-License-Identifier: MIT
3
*
4
* Copyright © 2019 Intel Corporation
5
*/
6
7
#ifndef INTEL_LLC_H
8
#define INTEL_LLC_H
9
10
struct
intel_llc
;
11
12
void
intel_llc_enable
(
struct
intel_llc
*
llc
);
13
void
intel_llc_disable
(
struct
intel_llc
*
llc
);
14
15
#endif
/* INTEL_LLC_H */