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_llc.h
blob873f896e72f2ca12ee6efd42246da27fc3a47687
1 /*
2 * SPDX-License-Identifier: MIT
4 * Copyright © 2019 Intel Corporation
5 */
7 #ifndef SELFTEST_LLC_H
8 #define SELFTEST_LLC_H
10 struct intel_llc;
12 int st_llc_verify(struct intel_llc *llc);
14 #endif /* SELFTEST_LLC_H */