Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: source/nanostack_heap_region.h
- 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 */