diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-15 10:28:16 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-15 10:28:16 -0700 |
commit | 77481462d160e00ca6664bbbacad90a3253e47eb (patch) | |
tree | c77fe3f82e0841f15cec7bc7c458afa680ce8730 /firmware/zpu/usrp2/ethernet.c | |
parent | b3d6f86d38f8e7d9d06f8c057614fd034b78ef86 (diff) | |
download | uhd-77481462d160e00ca6664bbbacad90a3253e47eb.tar.gz uhd-77481462d160e00ca6664bbbacad90a3253e47eb.tar.bz2 uhd-77481462d160e00ca6664bbbacad90a3253e47eb.zip |
usrp2: common memory map, define slave bases in different headers
Diffstat (limited to 'firmware/zpu/usrp2/ethernet.c')
-rw-r--r-- | firmware/zpu/usrp2/ethernet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/zpu/usrp2/ethernet.c b/firmware/zpu/usrp2/ethernet.c index 5d4654bda..9a41eb280 100644 --- a/firmware/zpu/usrp2/ethernet.c +++ b/firmware/zpu/usrp2/ethernet.c @@ -1,4 +1,5 @@ /* + * Copyright 2011 Ettus Research LLC * Copyright 2007 Free Software Foundation, Inc. * * This program is free software: you can redistribute it and/or modify @@ -18,7 +19,6 @@ #include "ethernet.h" #include "eth_phy.h" #include "eth_mac.h" -#include "eth_mac_regs.h" #include "pic.h" #include "hal_io.h" #include "nonstdio.h" |