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