1*f178b897SMatthew Auld /* SPDX-License-Identifier: MIT */
2*f178b897SMatthew Auld /*
3*f178b897SMatthew Auld  * Copyright © 2019 Intel Corporation
4*f178b897SMatthew Auld  */
5*f178b897SMatthew Auld 
6*f178b897SMatthew Auld #ifndef __INTEL_REGION_LMEM_H
7*f178b897SMatthew Auld #define __INTEL_REGION_LMEM_H
8*f178b897SMatthew Auld 
9*f178b897SMatthew Auld struct drm_i915_private;
10*f178b897SMatthew Auld 
11*f178b897SMatthew Auld struct intel_memory_region *
12*f178b897SMatthew Auld intel_setup_fake_lmem(struct drm_i915_private *i915);
13*f178b897SMatthew Auld 
14*f178b897SMatthew Auld #endif /* !__INTEL_REGION_LMEM_H */
15