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