aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-30 09:34:31 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-30 09:34:31 +0000
commit95efa83ef5eaf5beace3878a64f66f1faf560cc8 (patch)
tree826907fc361b9c666a33e785199051b6a4a6e9fc /src/jtag/jtag.h
parent06cdb3ad449edd73dea6f81183a98ddfa4fbd8eb (diff)
Edgar's naming convention fixes.
git-svn-id: svn://svn.berlios.de/openocd/trunk@629 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/jtag.h')
-rw-r--r--src/jtag/jtag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index f5818b98..bb6818e3 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -200,7 +200,7 @@ typedef struct jtag_interface_s
int (*khz)(int khz, int *jtag_speed);
/* returns the KHz for the provided JTAG speed. 0=RTCK. The function returns
a failure if it can't support the KHz/RTCK. */
- int (*speedDiv)(int speed, int *khz);
+ int (*speed_div)(int speed, int *khz);
} jtag_interface_t;