1 /*        $NetBSD: intel_region_lmem.h,v 1.2 2021/12/18 23:45:28 riastradh Exp $          */
2 
3 /* SPDX-License-Identifier: MIT */
4 /*
5  * Copyright © 2019 Intel Corporation
6  */
7 
8 #ifndef __INTEL_REGION_LMEM_H
9 #define __INTEL_REGION_LMEM_H
10 
11 struct drm_i915_private;
12 
13 extern const struct intel_memory_region_ops intel_region_lmem_ops;
14 
15 struct intel_memory_region *
16 intel_setup_fake_lmem(struct drm_i915_private *i915);
17 
18 #endif /* !__INTEL_REGION_LMEM_H */
19