aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/microblaze/apps/app_common_v2.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/apps/app_common_v2.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/apps/app_common_v2.h')
-rw-r--r--firmware/microblaze/apps/app_common_v2.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/microblaze/apps/app_common_v2.h b/firmware/microblaze/apps/app_common_v2.h
index fa4c06d9b..8be547fae 100644
--- a/firmware/microblaze/apps/app_common_v2.h
+++ b/firmware/microblaze/apps/app_common_v2.h
@@ -60,13 +60,13 @@ void stop_rx_cmd(void);
void restart_streaming(void);
bool is_streaming(void);
-#include "usrp2_ipv4_packet.h"
-#include "usrp2_udp_packet.h"
+//#include "usrp2_ipv4_packet.h"
+//#include "usrp2_udp_packet.h"
/*!
* \brief consolidated packet: padding + ethernet header + ip header + udp header
*/
-typedef struct {
+/*typedef struct {
uint16_t padding;
u2_eth_hdr_t eth;
u2_ipv4_hdr_t ip;
@@ -79,5 +79,5 @@ extern struct in_addr host_dst_ip_addr;
extern struct in_addr host_src_ip_addr;
extern eth_mac_addr_t host_dst_mac_addr;
extern eth_mac_addr_t host_src_mac_addr;
-
+*/
#endif /* INCLUDED_APP_COMMON_H */