]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/blip/interfaces/IPAddress.nc
commit svn HEAD of blip into core to start merge testing
[tinyos-2.x.git] / tos / lib / net / blip / interfaces / IPAddress.nc
index 38d308462107a70b67fd4942f69ed1d270071f16..b681950bab15b48968bb868dc7963dc27e8cced9 100644 (file)
@@ -22,8 +22,8 @@
 #include <6lowpan.h>
 
 interface IPAddress {
-  command hw_addr_t getShortAddr();
-  command void setShortAddr(hw_addr_t newaddr);
+  command ieee154_saddr_t getShortAddr();
+  command void setShortAddr(ieee154_saddr_t newaddr);
 
   command struct in6_addr *getPublicAddr();
   command void getLLAddr(struct in6_addr *addr);