Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2019 Intel Corporation
0004  */
0005 
0006 #ifndef SELFTEST_LLC_H
0007 #define SELFTEST_LLC_H
0008 
0009 struct intel_llc;
0010 
0011 int st_llc_verify(struct intel_llc *llc);
0012 
0013 #endif /* SELFTEST_LLC_H */