12 lines
247 B
C
12 lines
247 B
C
|
/* SPDX-License-Identifier: MIT */
|
||
|
/*
|
||
|
* Copyright © 2019 Intel Corporation
|
||
|
*/
|
||
|
|
||
|
#ifndef __INTEL_REGION_LMEM_H
|
||
|
#define __INTEL_REGION_LMEM_H
|
||
|
|
||
|
extern const struct intel_memory_region_ops intel_region_lmem_ops;
|
||
|
|
||
|
#endif /* !__INTEL_REGION_LMEM_H */
|