X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Frf2xx%2Frf230%2FRF230Packet.h;h=802aa51cdbc14ccdc527034b976ee95c5f99f999;hb=248036f967b45dd8f069bc1de84ee28489ad45ba;hp=5e3e8bd7007d88963c6dcbc1198d9d55790e90d1;hpb=a651cc27b07fdde5e3e894d4ea3374cee451efcc;p=tinyos-2.x.git diff --git a/tos/chips/rf2xx/rf230/RF230Packet.h b/tos/chips/rf2xx/rf230/RF230Packet.h index 5e3e8bd7..802aa51c 100644 --- a/tos/chips/rf2xx/rf230/RF230Packet.h +++ b/tos/chips/rf2xx/rf230/RF230Packet.h @@ -25,6 +25,7 @@ #define __RF230PACKET_H__ #include +#include typedef ieee154_header_t rf230packet_header_t; @@ -40,6 +41,9 @@ typedef struct rf230packet_metadata_t uint8_t power; // shared between TXPOWER and RSSI #ifdef LOW_POWER_LISTENING uint16_t lpl_sleepint; +#endif +#ifdef PACKET_LINK + packet_link_metadata_t packet_link; #endif uint32_t timestamp; } rf230packet_metadata_t;