Back to home page

OSCL-LXR

 
 

    


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