blob: 8319422ace9dcef22cfdd36d5125c0afbb7d0606 [file] [edit]
/* SPDX-License-Identifier: MIT */
/* Copyright © 2025 Intel Corporation */
#ifndef __I915_DRAM_H__
#define __I915_DRAM_H__
struct drm_i915_private;
void i915_edram_detect(struct drm_i915_private *i915);
#endif /* __I915_DRAM_H__ */