Nanostack Border Router is a generic mbed border router implementation that provides the 6LoWPAN ND or Thread border router initialization logic.

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers nanostack_heap_region.h Source File

nanostack_heap_region.h

00001 /*
00002  * Copyright (c) 2019 ARM Limited. All rights reserved.
00003  */
00004 
00005 #ifndef NANOSTACK_HEAP_REGION_H
00006 #define NANOSTACK_HEAP_REGION_H
00007 
00008 #ifdef __cplusplus
00009 extern "C"
00010 {
00011 #endif
00012 
00013 void nanostack_heap_region_add(void);
00014 
00015 
00016 #ifdef __cplusplus
00017 }
00018 #endif
00019 
00020 #endif /* NANOSTACK_HEAP_REGION_H */