Roman Okhrimenko | 89ecdac | 2020-02-28 17:05:55 +0200 | [diff] [blame] | 1 | /***************************************************************************//** |
| 2 | * \file os.h |
| 3 | * \version 1.0 |
| 4 | * |
| 5 | * \brief |
| 6 | * Objective: |
| 7 | * Heap init prototype |
| 8 | * |
| 9 | ******************************************************************************** |
| 10 | * \copyright |
| 11 | * Copyright 2017-2018, Cypress Semiconductor Corporation. All rights reserved. |
| 12 | * You may use this file only in accordance with the license, terms, conditions, |
| 13 | * disclaimers, and limitations in the end user license agreement accompanying |
| 14 | * the software package with which this file was provided. |
| 15 | *******************************************************************************/ |
| 16 | |
| 17 | |
| 18 | void os_heap_init(void); |