brintos

brintos / linux-shallow public Read only

0
0
Text · 268 B · 1438576 Raw
14 lines · c
1/* SPDX-License-Identifier: MIT */2/*3 * Copyright © 2019 Intel Corporation4 */5 6#ifndef __INTEL_REGION_LMEM_H7#define __INTEL_REGION_LMEM_H8 9struct intel_gt;10 11struct intel_memory_region *intel_gt_setup_lmem(struct intel_gt *gt);12 13#endif /* !__INTEL_REGION_LMEM_H */14