]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/lwip/lib/contrib/src/include/lwip/dhcp6.h
Update
[l4.git] / l4 / pkg / lwip / lib / contrib / src / include / lwip / dhcp6.h
similarity index 94%
rename from l4/pkg/lwip/lib/contrib/src/include/ipv6/lwip/dhcp6.h
rename to l4/pkg/lwip/lib/contrib/src/include/lwip/dhcp6.h
index 83ce306b433b6f52e52dd735fd1082911fd2cd1f..345bcf00ec270aa02c080c789d693019867a6612 100644 (file)
@@ -40,8 +40,8 @@
  * <delamer@inicotech.com>
  */
 
-#ifndef __LWIP_IP6_DHCP6_H__
-#define __LWIP_IP6_DHCP6_H__
+#ifndef LWIP_HDR_IP6_DHCP6_H
+#define LWIP_HDR_IP6_DHCP6_H
 
 #include "lwip/opt.h"
 
@@ -50,9 +50,9 @@
 
 struct dhcp6
 {
-  //TODO: implement DHCP6
+  /*TODO: implement DHCP6*/
 };
 
 #endif /* LWIP_IPV6_DHCP6 */
 
-#endif /* __LWIP_IP6_DHCP6_H__ */
+#endif /* LWIP_HDR_IP6_DHCP6_H */