3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-01 07:42:18 +00:00
Brooklyn/drivers/gpu/drm/i915/gt/sysfs_engines.h

14 lines
263 B
C
Raw Normal View History

/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2019 Intel Corporation
*/
#ifndef INTEL_ENGINE_SYSFS_H
#define INTEL_ENGINE_SYSFS_H
struct drm_i915_private;
void intel_engines_add_sysfs(struct drm_i915_private *i915);
#endif /* INTEL_ENGINE_SYSFS_H */