diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-12-08 13:06:41 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-12-08 13:06:41 -0800 |
commit | e7acbdf5dbfcea427fc8b0fc7e8dd2e1005a4cc8 (patch) | |
tree | 426c05e5d407f1462e0bcd40744ebfcaae00631d /src/target/arm9tdmi.c | |
parent | ac19fc0da7e9b5542d5bcb9d6a6370efdeb2f1ee (diff) | |
download | riscv-openocd-e7acbdf5dbfcea427fc8b0fc7e8dd2e1005a4cc8.zip riscv-openocd-e7acbdf5dbfcea427fc8b0fc7e8dd2e1005a4cc8.tar.gz riscv-openocd-e7acbdf5dbfcea427fc8b0fc7e8dd2e1005a4cc8.tar.bz2 |
target: move 'extern' decls to *.h files
The exception being declarations for drivers. Those should
be split out in some clean way -- like driver add/remove calls
made by initialization code -- but that's for another day.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/arm9tdmi.c')
-rw-r--r-- | src/target/arm9tdmi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target/arm9tdmi.c b/src/target/arm9tdmi.c index 301412c..0e99cd1 100644 --- a/src/target/arm9tdmi.c +++ b/src/target/arm9tdmi.c @@ -269,8 +269,6 @@ int arm9tdmi_clock_data_in(struct arm_jtag *jtag_info, uint32_t *in) return ERROR_OK; } -extern void arm_endianness(uint8_t *tmp, void *in, int size, int be, int flip); - static int arm9endianness(jtag_callback_data_t arg, jtag_callback_data_t size, jtag_callback_data_t be, jtag_callback_data_t captured) |