14 lines · c
1/* SPDX-License-Identifier: MIT */2/*3 * Copyright © 2019 Intel Corporation4 */5 6#ifndef SELFTEST_LLC_H7#define SELFTEST_LLC_H8 9struct intel_llc;10 11int st_llc_verify(struct intel_llc *llc);12 13#endif /* SELFTEST_LLC_H */14 1/* SPDX-License-Identifier: MIT */2/*3 * Copyright © 2019 Intel Corporation4 */5 6#ifndef SELFTEST_LLC_H7#define SELFTEST_LLC_H8 9struct intel_llc;10 11int st_llc_verify(struct intel_llc *llc);12 13#endif /* SELFTEST_LLC_H */14