| /***************************************************************************//** |
| * \file os.h |
| * \version 1.0 |
| * |
| * \brief |
| * Objective: |
| * Heap init prototype |
| * |
| ******************************************************************************** |
| * \copyright |
| * Copyright 2017-2018, Cypress Semiconductor Corporation. All rights reserved. |
| * You may use this file only in accordance with the license, terms, conditions, |
| * disclaimers, and limitations in the end user license agreement accompanying |
| * the software package with which this file was provided. |
| *******************************************************************************/ |
| |
| |
| void os_heap_init(void); |