Back to home page

OSCL-LXR

 
 

    


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