Rtos API example

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers nsdynmemLIB_stub.h Source File

nsdynmemLIB_stub.h

00001 /*
00002  * Copyright (c) 2015-2016 ARM Limited. All rights reserved.
00003  */
00004 #ifndef __NSDYNMEMLIB_STUB_H__
00005 #define __NSDYNMEMLIB_STUB_H__
00006 
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010 
00011 #include "stdint.h"
00012 
00013 typedef struct {
00014     uint8_t returnCounter;
00015     void* expectedPointer;
00016 } nsdynmemlib_stub_data_t;
00017 
00018 extern nsdynmemlib_stub_data_t nsdynmemlib_stub;
00019 
00020 #ifdef __cplusplus
00021 }
00022 #endif
00023 
00024 #endif