diff options
| author | Josh Blum <josh@joshknows.com> | 2010-02-10 16:53:37 -0800 |
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2010-02-10 16:53:37 -0800 |
| commit | 2b6c895b4f9916a06b14c40f545c9b4e53141c9a (patch) | |
| tree | fee48a8e129bf36e67a6ba1b6d7898429e79b0bb /firmware/microblaze/apps/app_common_v2.h | |
| parent | a61cc56bb6d544742487326ccba7c457bbddb0e6 (diff) | |
| download | uhd-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.h | 8 |
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 */ |
