X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Frf2xx%2Frf230%2FRF230DriverLayer.h;h=1884d1166518b5dd3d22bc3ba85bb3e9ee12b8e4;hb=97e9cb5f12a8fcdd7537ddd0eec19ffe364af663;hp=c57969f8bc792255a9a86f5b95b0231df692f188;hpb=51b365b6cb1df293dac98e285ae4856c2dccba2b;p=tinyos-2.x.git diff --git a/tos/chips/rf2xx/rf230/RF230DriverLayer.h b/tos/chips/rf2xx/rf230/RF230DriverLayer.h index c57969f8..1884d116 100644 --- a/tos/chips/rf2xx/rf230/RF230DriverLayer.h +++ b/tos/chips/rf2xx/rf230/RF230DriverLayer.h @@ -24,6 +24,11 @@ #ifndef __RF230DRIVERLAYER_H__ #define __RF230DRIVERLAYER_H__ +typedef nx_struct rf230_header_t +{ + nxle_uint8_t length; +} rf230_header_t; + typedef struct rf230_metadata_t { uint8_t lqi;