mbed-os-examples / Mbed OS nanostack-border-router-mbed5
Revision:
105:d9f83743ed4f
diff -r bffd39796f7c -r d9f83743ed4f source/nanostack_heap_region.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/source/nanostack_heap_region.h	Thu Sep 26 10:02:16 2019 +0100
@@ -0,0 +1,20 @@
+/*
+ * Copyright (c) 2019 ARM Limited. All rights reserved.
+ */
+
+#ifndef NANOSTACK_HEAP_REGION_H
+#define NANOSTACK_HEAP_REGION_H
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+void nanostack_heap_region_add(void);
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* NANOSTACK_HEAP_REGION_H */