aboutsummaryrefslogtreecommitdiff
path: root/system/include/machine/malloc.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-09-24 18:24:35 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-09-24 18:24:35 -0700
commitfc5e362786d32216800bacc09bd44c13afbcfdbf (patch)
treec79424dfb8cbeaa92cb0935b22914d7179477532 /system/include/machine/malloc.h
parent2f11f2e15392069a3c4a72fef2358fbf722b4e0e (diff)
additional headers
Diffstat (limited to 'system/include/machine/malloc.h')
-rw-r--r--system/include/machine/malloc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/include/machine/malloc.h b/system/include/machine/malloc.h
new file mode 100644
index 00000000..fdada9ed
--- /dev/null
+++ b/system/include/machine/malloc.h
@@ -0,0 +1,8 @@
+#ifndef _MACHMALLOC_H_
+#define _MACHMALLOC_H_
+
+/* place holder so platforms may add malloc.h extensions */
+
+#endif /* _MACHMALLOC_H_ */
+
+