]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/tymo/dymo/dymo_packet.h
Initial tymo commit
[tinyos-2.x.git] / tos / lib / net / tymo / dymo / dymo_packet.h
diff --git a/tos/lib/net/tymo/dymo/dymo_packet.h b/tos/lib/net/tymo/dymo/dymo_packet.h
new file mode 100644 (file)
index 0000000..646ac86
--- /dev/null
@@ -0,0 +1,12 @@
+/*
+ * Copyright (c) 2007 Romain Thouvenin <romain.thouvenin@gmail.com>
+ * Published under the terms of the GNU General Public License (GPLv2).
+ */
+
+#include "routing.h"
+
+typedef enum block_semantics {
+  BLOCK_HEAD = 0x1,
+  BLOCK_SEQNUM = 0x2,
+  BLOCK_HOPCNT = 0x4
+} block_semantics_t;