Initial commit
Initial commit.
This commit is contained in:
18
bootloader/mcuboot/boot/cypress/MCUBootApp/os/os.h
Normal file
18
bootloader/mcuboot/boot/cypress/MCUBootApp/os/os.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/***************************************************************************//**
|
||||
* \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);
|
||||
Reference in New Issue
Block a user