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