blob: 3fd84bb15e5f88696fb0daaeddd1efbcf0a2a667 [file] [log] [blame]
Xiaohu.Huang60a7f2f2021-10-25 15:40:57 +08001/*
yang.lib06e0a82022-01-10 17:35:09 +08002 * Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved.
Xiaohu.Huang60a7f2f2021-10-25 15:40:57 +08003 *
yang.lib06e0a82022-01-10 17:35:09 +08004 * SPDX-License-Identifier: MIT
Xiaohu.Huang60a7f2f2021-10-25 15:40:57 +08005 */
6
7#ifndef __AML_FREE_H__
8#define __AML_FREE_H__
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14void free(void *ptr);
15
16#ifdef __cplusplus
17}
18#endif
19
20#endif