blob: ed2a3bab644381312a157711fa1a6e16ca03c5a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* 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 */
|