]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/dhv/interfaces/DhvVersion.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / lib / net / dhv / interfaces / DhvVersion.nc
diff --git a/tos/lib/net/dhv/interfaces/DhvVersion.nc b/tos/lib/net/dhv/interfaces/DhvVersion.nc
new file mode 100755 (executable)
index 0000000..b2b3684
--- /dev/null
@@ -0,0 +1,7 @@
+
+#include <Dhv.h>
+
+interface DhvVersion {
+  command void setVersion();
+  command void incVersion();
+}