aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/fw_common.h
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-02-29 16:28:56 -0800
committerJosh Blum <josh@joshknows.com>2012-03-23 14:36:55 -0700
commitfe0a5162cd5a08c6cd0b1abdda32abdd18e34bbc (patch)
tree60eef713ae44d10a0840505a0f6fe94739645b8d /host/lib/usrp/usrp2/fw_common.h
parente4d3f63ce0bb04287a61e9547acfa02a50e84326 (diff)
downloaduhd-fe0a5162cd5a08c6cd0b1abdda32abdd18e34bbc.tar.gz
uhd-fe0a5162cd5a08c6cd0b1abdda32abdd18e34bbc.tar.bz2
uhd-fe0a5162cd5a08c6cd0b1abdda32abdd18e34bbc.zip
usrp2: host and fw implementation for fifo control
Diffstat (limited to 'host/lib/usrp/usrp2/fw_common.h')
-rw-r--r--host/lib/usrp/usrp2/fw_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/fw_common.h b/host/lib/usrp/usrp2/fw_common.h
index 2add74c47..2dfc7f519 100644
--- a/host/lib/usrp/usrp2/fw_common.h
+++ b/host/lib/usrp/usrp2/fw_common.h
@@ -1,5 +1,5 @@
//
-// Copyright 2010-2011 Ettus Research LLC
+// Copyright 2010-2012 Ettus Research LLC
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -51,6 +51,7 @@ typedef struct{
#define USRP2_UDP_RX_DSP0_PORT 49156
#define USRP2_UDP_TX_DSP0_PORT 49157
#define USRP2_UDP_RX_DSP1_PORT 49158
+#define USRP2_UDP_FIFO_CRTL_PORT 49159
#define USRP2_UDP_UART_BASE_PORT 49170
#define USRP2_UDP_UART_GPS_PORT 49172