Back to home page

OSCL-LXR

 
 

    


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