X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Frf2xx%2Frf212%2FRF212DriverLayer.h;h=19f31515005999fcc37ef0b5ca1bae560e8be312;hb=97e9cb5f12a8fcdd7537ddd0eec19ffe364af663;hp=0224247f75ee2a2bb2e283194d49cdd43517bfe4;hpb=51b365b6cb1df293dac98e285ae4856c2dccba2b;p=tinyos-2.x.git diff --git a/tos/chips/rf2xx/rf212/RF212DriverLayer.h b/tos/chips/rf2xx/rf212/RF212DriverLayer.h index 0224247f..19f31515 100644 --- a/tos/chips/rf2xx/rf212/RF212DriverLayer.h +++ b/tos/chips/rf2xx/rf212/RF212DriverLayer.h @@ -24,6 +24,11 @@ #ifndef __RF212DRIVERLAYER_H__ #define __RF212DRIVERLAYER_H__ +typedef nx_struct rf212_header_t +{ + nxle_uint8_t length; +} rf212_header_t; + typedef struct rf212_metadata_t { uint8_t lqi;