Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
[linux-2.6-microblaze.git] / drivers / gpu / drm / i915 / gt / selftest_llc.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2019 Intel Corporation
4  */
5
6 #ifndef SELFTEST_LLC_H
7 #define SELFTEST_LLC_H
8
9 struct intel_llc;
10
11 int st_llc_verify(struct intel_llc *llc);
12
13 #endif /* SELFTEST_LLC_H */