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