kernel: mempool_heap: fix header guard
Add missing #define for the header guard. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
8b3f36c656
commit
782d6ea21d
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
#ifndef ZEPHYR_INCLUDE_MEMPOOL_HEAP_H_
|
#ifndef ZEPHYR_INCLUDE_MEMPOOL_HEAP_H_
|
||||||
|
#define ZEPHYR_INCLUDE_MEMPOOL_HEAP_H_
|
||||||
|
|
||||||
/* Compatibility implementation of a k_mem_pool backend in terms of a
|
/* Compatibility implementation of a k_mem_pool backend in terms of a
|
||||||
* k_heap
|
* k_heap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue