blob: 8d581ca69004c2930d61b43be0f4952c47410870 [file] [log] [blame]
Roman Okhrimenko89ecdac2020-02-28 17:05:55 +02001/***************************************************************************//**
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
18void os_heap_init(void);