]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/netpoll.h
ata: add missing ATA_ID_* defines (take 2)
[linux-2.6-omap-h63xx.git] / include / linux / netpoll.h
index 08dcc39ec18dbda6f9d8f3153b0a0dfe73777127..e3d79593fb3a53186523071b4e22d6fbee47e79a 100644 (file)
@@ -20,7 +20,7 @@ struct netpoll {
 
        u32 local_ip, remote_ip;
        u16 local_port, remote_port;
-       u8 local_mac[ETH_ALEN], remote_mac[ETH_ALEN];
+       u8 remote_mac[ETH_ALEN];
 };
 
 struct netpoll_info {
@@ -35,6 +35,7 @@ struct netpoll_info {
 
 void netpoll_poll(struct netpoll *np);
 void netpoll_send_udp(struct netpoll *np, const char *msg, int len);
+void netpoll_print_options(struct netpoll *np);
 int netpoll_parse_options(struct netpoll *np, char *opt);
 int netpoll_setup(struct netpoll *np);
 int netpoll_trap(void);