X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftosboot%2FTOSBoot.h;h=e3a124dfb78d49d044774019b437b228776ae6f0;hb=e014c5d251e1706ee383c01597ed49173c00c8f3;hp=ab5524b54c3856d3e7a1631343644db676b406c6;hpb=3c0edd88ca1663f859090a7c33e720628bef5d61;p=tinyos-2.x.git diff --git a/tos/lib/tosboot/TOSBoot.h b/tos/lib/tosboot/TOSBoot.h index ab5524b5..e3a124df 100644 --- a/tos/lib/tosboot/TOSBoot.h +++ b/tos/lib/tosboot/TOSBoot.h @@ -30,10 +30,4 @@ #include "TOSBoot_platform.h" -typedef struct tosboot_args_t { - uint32_t imageAddr; - uint8_t gestureCount; - bool noReprogram; -} tosboot_args_t; - #endif