X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fplatforms%2Fintelmote2%2Fhardware.h;h=3ff83b7b96a38a131f632be55b48996b00ea6afa;hp=b6cb5d8baf4886577e7c35e22f6b9dd9778fa9e8;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/platforms/intelmote2/hardware.h b/tos/platforms/intelmote2/hardware.h index b6cb5d8b..3ff83b7b 100644 --- a/tos/platforms/intelmote2/hardware.h +++ b/tos/platforms/intelmote2/hardware.h @@ -100,6 +100,15 @@ #include "pxa27xhardware.h" //#include "AM.h" +// enum so components can override power saving, +// as per TEP 112. +// Note that currently the pxa27x does not support +// McuPowerOverride, so SLEEP_NONE is defined to +// be 0. +enum { + TOS_SLEEP_NONE = 0, +}; + #define MIN(a,b) ((a) < (b) ? (a) : (b)) /* Watchdog Prescaler