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 
92dfcc7f4SMatthew Auld struct intel_gt;
10f178b897SMatthew Auld 
11*a50ca39fSMatthew Auld struct intel_memory_region *intel_gt_setup_lmem(struct intel_gt *gt);
12*a50ca39fSMatthew Auld 
13f178b897SMatthew Auld #endif /* !__INTEL_REGION_LMEM_H */
14