summaryrefslogtreecommitdiff
path: root/src/jtag/presto.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 04:08:19 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:04 -0800
commitc20b779b891f9d0fd031880841b269fbe8582579 (patch)
treedbf052d6230c921abf33181248f2d089b08edafa /src/jtag/presto.c
parentff3150922b676223ad1acc4bcd127aa9fe03fa31 (diff)
downloadopenocd+libswd-c20b779b891f9d0fd031880841b269fbe8582579.tar.gz
openocd+libswd-c20b779b891f9d0fd031880841b269fbe8582579.tar.bz2
openocd+libswd-c20b779b891f9d0fd031880841b269fbe8582579.tar.xz
openocd+libswd-c20b779b891f9d0fd031880841b269fbe8582579.zip
bitq_interface_t -> struct biq_interface
Remove useless typedef and redundant suffix.
Diffstat (limited to 'src/jtag/presto.c')
-rw-r--r--src/jtag/presto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/presto.c b/src/jtag/presto.c
index 8789bed2..b8703770 100644
--- a/src/jtag/presto.c
+++ b/src/jtag/presto.c
@@ -65,7 +65,7 @@ static int presto_bitq_reset(int trst, int srst);
static int presto_bitq_in_rdy(void);
static int presto_bitq_in(void);
-static bitq_interface_t presto_bitq =
+static struct bitq_interface presto_bitq =
{
.out = presto_bitq_out,
.flush = presto_bitq_flush,