2022-03-05 16:17:59 +00:00
|
|
|
/* SPDX-License-Identifier: MIT */
|
2021-10-27 13:46:41 +00:00
|
|
|
/*
|
|
|
|
* Copyright © 2019 Intel Corporation
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef SELFTEST_LLC_H
|
|
|
|
#define SELFTEST_LLC_H
|
|
|
|
|
|
|
|
struct intel_llc;
|
|
|
|
|
|
|
|
int st_llc_verify(struct intel_llc *llc);
|
|
|
|
|
|
|
|
#endif /* SELFTEST_LLC_H */
|