Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2019 Intel Corporation
0004  */
0005 
0006 #ifndef __INTEL_REGION_LMEM_H
0007 #define __INTEL_REGION_LMEM_H
0008 
0009 struct intel_gt;
0010 
0011 struct intel_memory_region *intel_gt_setup_lmem(struct intel_gt *gt);
0012 
0013 #endif /* !__INTEL_REGION_LMEM_H */