]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/c/blip/lib6lowpan/ip_malloc.h
- move platform-specific constants to blip-platform.h (makes micaz otb)
[tinyos-2.x.git] / support / sdk / c / blip / lib6lowpan / ip_malloc.h
index 02e3e2e450c2e11fa792fdc076f51b84155c553a..6249e6a3a3cf76609ef8c525b0c5a90387953bb3 100644 (file)
 #define IP_MALLOC_H_
 
 #include <stdint.h>
+#include <blip-platform.h>
 
 // align on this number of byte boundarie#s
 #define IP_MALLOC_ALIGN   2
 #define IP_MALLOC_LEN     0x0fff
 #define IP_MALLOC_FLAGS   0x7000
 #define IP_MALLOC_INUSE   0x8000
-#define IP_MALLOC_HEAP_SIZE 1500
 
 extern uint8_t heap[IP_MALLOC_HEAP_SIZE];
 typedef uint16_t bndrt_t;