*
*/
-#include <ip.h>
#include <gpxe/ip6.h>
#include <gpxe/ndp.h>
/* "Compulsory" options */
uint8_t opt_type;
uint8_t opt_len;
-#warning hack alert
+ /* FIXME: hack alert */
uint8_t opt_ll_addr[6];
};
struct in6_addr target;
uint8_t opt_type;
uint8_t opt_len;
-#warning hack alert
+ /* FIXME: hack alert */
uint8_t opt_ll_addr[6];
};