mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-13 09:15:02 +08:00
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 */
|