summaryrefslogtreecommitdiffstats
path: root/rtemsbsd
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2012-03-23 13:09:05 -0500
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-03-23 13:09:05 -0500
commit129579c7661487d1f6aa23c01631e6eddd607f31 (patch)
tree653ecb68f94aa9e347759d9d11d8cdc06952c510 /rtemsbsd
parentAdded smp specific variables to resolve linker errors with RealTek Nic. (diff)
downloadrtems-libbsd-129579c7661487d1f6aa23c01631e6eddd607f31.tar.bz2
Add M_IP6... symbols to resolve linker errors using the RealTek Nic.
Diffstat (limited to 'rtemsbsd')
-rw-r--r--rtemsbsd/src/rtems-bsd-malloc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/rtemsbsd/src/rtems-bsd-malloc.c b/rtemsbsd/src/rtems-bsd-malloc.c
index 12b60830..95b6132e 100644
--- a/rtemsbsd/src/rtems-bsd-malloc.c
+++ b/rtemsbsd/src/rtems-bsd-malloc.c
@@ -32,6 +32,9 @@ MALLOC_DEFINE(M_DEVBUF, "devbuf", "device driver memory");
MALLOC_DEFINE(M_TEMP, "temp", "misc temporary data buffers");
+MALLOC_DEFINE(M_IP6OPT, "ip6opt", "IPv6 options");
+MALLOC_DEFINE(M_IP6NDP, "ip6ndp", "IPv6 Neighbor Discovery");
+
void
malloc_init(void *data)
{