]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosboot/Exec.nc
Rename the TOSBoot to tosboot.
[tinyos-2.x.git] / tos / lib / tosboot / Exec.nc
diff --git a/tos/lib/tosboot/Exec.nc b/tos/lib/tosboot/Exec.nc
new file mode 100644 (file)
index 0000000..3d42c0d
--- /dev/null
@@ -0,0 +1,4 @@
+
+interface Exec {
+  command void exec();
+}