Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2019 Intel Corporation
0004  */
0005 
0006 #ifndef __INTEL_QUIRKS_H__
0007 #define __INTEL_QUIRKS_H__
0008 
0009 struct drm_i915_private;
0010 
0011 void intel_init_quirks(struct drm_i915_private *dev_priv);
0012 
0013 #endif /* __INTEL_QUIRKS_H__ */