1 /* SPDX-License-Identifier: MIT */ 2 /* Copyright © 2025 Intel Corporation */ 3 4 #ifndef __I915_DRAM_H__ 5 #define __I915_DRAM_H__ 6 7 struct drm_i915_private; 8 9 void i915_edram_detect(struct drm_i915_private *i915); 10 11 #endif /* __I915_DRAM_H__ */ 12