summaryrefslogtreecommitdiffstats
path: root/firmware/microblaze/lib/db.h
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-02-16 19:17:29 -0800
committerJosh Blum <josh@joshknows.com>2010-02-16 19:17:29 -0800
commitd8d783ce1b1034495dba86dab104a4f52e2fe09a (patch)
tree5001981fbbbf12f343c2dbb7ac30da487de9fd81 /firmware/microblaze/lib/db.h
parent6d891fdfbb735f6ee31e0d4f9d786c1a6397965b (diff)
downloaduhd-d8d783ce1b1034495dba86dab104a4f52e2fe09a.tar.gz
uhd-d8d783ce1b1034495dba86dab104a4f52e2fe09a.tar.bz2
uhd-d8d783ce1b1034495dba86dab104a4f52e2fe09a.zip
Added control code in the txrx.c and dboard interface for usrp2 to handle gpio and atr
Diffstat (limited to 'firmware/microblaze/lib/db.h')
-rw-r--r--firmware/microblaze/lib/db.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/microblaze/lib/db.h b/firmware/microblaze/lib/db.h
index 9cd0b379a..5153822c6 100644
--- a/firmware/microblaze/lib/db.h
+++ b/firmware/microblaze/lib/db.h
@@ -103,4 +103,7 @@ bool
db_set_gain(struct db_base *db, u2_fxpt_gain_t gain);
+void
+set_atr_regs(int bank, int atr_rxval, int atr_txval);
+
#endif /* INCLUDED_DB_H */