18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: MIT */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright © 2019 Intel Corporation 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef INTEL_ENGINE_SYSFS_H 78c2ecf20Sopenharmony_ci#define INTEL_ENGINE_SYSFS_H 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_cistruct drm_i915_private; 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_civoid intel_engines_add_sysfs(struct drm_i915_private *i915); 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#endif /* INTEL_ENGINE_SYSFS_H */ 14