]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosboot/TOSBoot.h
Proper MSP_BSL_FLAGS for telosa and telosb based platforms using TMI modular tos...
[tinyos-2.x.git] / tos / lib / tosboot / TOSBoot.h
index ab5524b54c3856d3e7a1631343644db676b406c6..d490a62a9afbc81e23ebc30ee7d9d75df5edd296 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 
-/*                                                                     tab:2
+/*
  * "Copyright (c) 2000-2005 The Regents of the University  of California.  
  * All rights reserved.
  *
 
 #include "TOSBoot_platform.h"
 
-typedef struct tosboot_args_t {
-  uint32_t imageAddr;
-  uint8_t  gestureCount;
-  bool     noReprogram;
-} tosboot_args_t;
-
 #endif