summaryrefslogtreecommitdiffstats
path: root/firmware/microblaze/lib/ethernet.h
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-02-10 16:53:37 -0800
committerJosh Blum <josh@joshknows.com>2010-02-10 16:53:37 -0800
commit2b6c895b4f9916a06b14c40f545c9b4e53141c9a (patch)
treefee48a8e129bf36e67a6ba1b6d7898429e79b0bb /firmware/microblaze/lib/ethernet.h
parenta61cc56bb6d544742487326ccba7c457bbddb0e6 (diff)
downloaduhd-2b6c895b4f9916a06b14c40f545c9b4e53141c9a.tar.gz
uhd-2b6c895b4f9916a06b14c40f545c9b4e53141c9a.tar.bz2
uhd-2b6c895b4f9916a06b14c40f545c9b4e53141c9a.zip
net_common working in this state with control udp packets
Diffstat (limited to 'firmware/microblaze/lib/ethernet.h')
-rw-r--r--firmware/microblaze/lib/ethernet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/microblaze/lib/ethernet.h b/firmware/microblaze/lib/ethernet.h
index 0e42d9b8d..70b7077c6 100644
--- a/firmware/microblaze/lib/ethernet.h
+++ b/firmware/microblaze/lib/ethernet.h
@@ -19,7 +19,7 @@
#ifndef INCLUDED_ETHERNET_H
#define INCLUDED_ETHERNET_H
-#include "network.h"
+#include <net/eth_mac_addr.h>
#include <stdbool.h>
typedef void (*ethernet_link_changed_callback_t)(int speed);