mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 08:47:25 +08:00
Add M_IP6... symbols to resolve linker errors using the RealTek Nic.
This commit is contained in:
@@ -32,6 +32,9 @@ MALLOC_DEFINE(M_DEVBUF, "devbuf", "device driver memory");
|
|||||||
|
|
||||||
MALLOC_DEFINE(M_TEMP, "temp", "misc temporary data buffers");
|
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
|
void
|
||||||
malloc_init(void *data)
|
malloc_init(void *data)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user