]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/c/blip/lib6lowpan/6lowpan.h
- move platform-specific constants to blip-platform.h (makes micaz otb)
[tinyos-2.x.git] / support / sdk / c / blip / lib6lowpan / 6lowpan.h
index c93d6cf39d6b8669e5ad342ee2046f599d58b152..636c341d9a20e819fcde934ff8efeaec11a0340b 100644 (file)
@@ -32,6 +32,8 @@
 #define __6LOWPAN_H__
 
 #include <stdint.h>
+
+#include "blip-platform.h"
 /*
  * Typedefs and static library data.
  */
@@ -185,16 +187,4 @@ struct topology_header_package {
   struct topology_entry topo[0];
 };
 
-enum {
-  IP_NUMBER_FRAGMENTS = 12,
-};
-
-#ifndef BLIP_L2_RETRIES
-#define BLIP_L2_RETRIES 5
-#endif
-
-#ifndef BLIP_L2_DELAY
-#define BLIP_L2_DELAY 15
-#endif
-
 #endif