X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Frf2xx%2Flayers%2FLowPowerListeningConfig.nc;h=e8bf31f785526b0558d89738bd94f825257d3fc3;hb=97e9cb5f12a8fcdd7537ddd0eec19ffe364af663;hp=c0f2157ac2eca4d8d44c8d1191b361350299e191;hpb=51b365b6cb1df293dac98e285ae4856c2dccba2b;p=tinyos-2.x.git diff --git a/tos/chips/rf2xx/layers/LowPowerListeningConfig.nc b/tos/chips/rf2xx/layers/LowPowerListeningConfig.nc index c0f2157a..e8bf31f7 100644 --- a/tos/chips/rf2xx/layers/LowPowerListeningConfig.nc +++ b/tos/chips/rf2xx/layers/LowPowerListeningConfig.nc @@ -21,22 +21,8 @@ * Author: Miklos Maroti */ -#include - interface LowPowerListeningConfig { - /** - * Returns a pointer to the low power listening metadata fields in - * the message - */ - async command lpl_metadata_t* metadata(message_t* msg); - - /** - * Clears the low power listening metadata fields in order to disable - * low power listening for the message - */ - async event void clear(message_t* msg); - /** * Returns TRUE if an acknowledgement is requested for this message. */