]> Git Repo - J-linux.git/blob - drivers/gpu/drm/i915/gt/intel_llc.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / gpu / drm / i915 / gt / intel_llc.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2019 Intel Corporation
4  */
5
6 #ifndef INTEL_LLC_H
7 #define INTEL_LLC_H
8
9 struct intel_llc;
10
11 void intel_llc_enable(struct intel_llc *llc);
12 void intel_llc_disable(struct intel_llc *llc);
13
14 #endif /* INTEL_LLC_H */
This page took 0.027165 seconds and 4 git commands to generate.