]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/system/tos.h
Update to allow header files to be processed via standard gcc and not have to run...
[tinyos-2.x.git] / tos / system / tos.h
index 25ec7569946c10a3f1c59c918d183f5f3575b2c3..ec49a208ff0ca21128e40fec961b742e75d031a7 100644 (file)
@@ -30,9 +30,11 @@ uint16_t TOS_NODE_ID = 1;
    transfer in interfaces. See TEP 3 for more discussion. */
 #define PASS
 
+#ifdef NESC
 struct @atmostonce { };
 struct @atleastonce { };
 struct @exactlyonce { };
+#endif
 
 /* This platform_bootstrap macro exists in accordance with TEP
    107. A platform may override this through a platform.h file. */