Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2021 Intel Corporation
0004  */
0005 
0006 #ifndef __I915_MITIGATIONS_H__
0007 #define __I915_MITIGATIONS_H__
0008 
0009 #include <linux/types.h>
0010 
0011 bool i915_mitigate_clear_residuals(void);
0012 
0013 #endif /* __I915_MITIGATIONS_H__ */