]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/blip/nwprog/BootImage.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / lib / net / blip / nwprog / BootImage.nc
diff --git a/tos/lib/net/blip/nwprog/BootImage.nc b/tos/lib/net/blip/nwprog/BootImage.nc
new file mode 100644 (file)
index 0000000..034d1b0
--- /dev/null
@@ -0,0 +1,8 @@
+
+interface BootImage {
+  command void reboot();
+  command error_t boot(uint8_t img_num);
+  
+  // Added by Jaein Jeong
+  command error_t erase(uint8_t img_num);
+}