blob: 1103146c8f498b5548207c2629a1a7c0bd555aab [file] [log] [blame] [edit]
/*
* Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved.
*
* SPDX-License-Identifier: MIT
*/
#ifndef __AML_IMPURE_H__
#define __AML_IMPURE_H__
#ifdef __cplusplus
extern "C" {
#endif
#include <reent.h>
extern struct _reent *__ATTRIBUTE_IMPURE_PTR__ _impure_ptr;
void _reclaim_reent(struct _reent *reent_ptr);
#ifdef __cplusplus
}
#endif
#endif