1 /* $NetBSD: selftest_llc.h,v 1.2 2021/12/18 23:45:30 riastradh Exp $ */ 2 3 /* 4 * SPDX-License-Identifier: MIT 5 * 6 * Copyright © 2019 Intel Corporation 7 */ 8 9 #ifndef SELFTEST_LLC_H 10 #define SELFTEST_LLC_H 11 12 struct intel_llc; 13 14 int st_llc_verify(struct intel_llc *llc); 15 16 #endif /* SELFTEST_LLC_H */ 17