Zachary T Welch
|
3be0edbc5e
|
cfi_flash_bank_t -> struct cfi_flash_bank
Remove misleading typedef and redundant suffix from struct cfi_flash_bank.
|
2009-11-13 11:58:06 -08:00 |
|
Zachary T Welch
|
a7a8a1c9e2
|
avrf_flash_bank_t -> struct avrf_flash_bank
Remove misleading typedef and redundant suffix from struct avrf_flash_bank.
|
2009-11-13 11:58:06 -08:00 |
|
Zachary T Welch
|
6ca63ee756
|
avrf_type_t -> struct avrf_type
Remove misleading typedef and redundant suffix from struct avrf_type.
|
2009-11-13 11:58:06 -08:00 |
|
Zachary T Welch
|
3877201581
|
at91sam7_flash_bank_t -> struct at91sam7_flash_bank
Remove misleading typedef and redundant suffix from struct at91sam7_flash_bank.
|
2009-11-13 11:58:05 -08:00 |
|
Zachary T Welch
|
246068fd89
|
jtag_command_t -> struct jtag_command
Remove useless typedef from struct jtag_command.
|
2009-11-13 11:58:05 -08:00 |
|
Zachary T Welch
|
1053c32d9e
|
jtag_command_container_t -> union jtag_command_container
Remove misleading typedef from union jtag_container.
|
2009-11-13 11:58:05 -08:00 |
|
Zachary T Welch
|
22b220ad7f
|
sleep_command_t -> struct sleep_command
Remove misleading typedef from struct sleep_command.
|
2009-11-13 11:58:05 -08:00 |
|
Zachary T Welch
|
cf2e402d71
|
end_state_command_t -> struct end_state_command
Remove misleading typedef from struct end_state_command.
|
2009-11-13 11:58:05 -08:00 |
|
Zachary T Welch
|
8cc8c0544f
|
reset_command_t -> struct reset_command
Remove misleading typedef from struct reset_command.
|
2009-11-13 11:58:05 -08:00 |
|
Zachary T Welch
|
2fecae46f6
|
stableclocks_command_t -> struct stableclocks_command
Remove misleading typedef from struct stableclocks_command.
|
2009-11-13 11:58:05 -08:00 |
|
Zachary T Welch
|
5f6d8ecf8c
|
runtest_command_t -> struct runtest_command
Remove misleading typedef from struct runtest_command.
|
2009-11-13 11:58:05 -08:00 |
|
Zachary T Welch
|
c07f0600ff
|
pathmove_command_t -> struct pathmove_command
Remove misleading typedef from struct pathmove_command.
|
2009-11-13 11:58:05 -08:00 |
|
Zachary T Welch
|
af3f4a0bbe
|
statemove_command_t -> struct statemove_command
Remove misleading typedef from struct statemove_command.
|
2009-11-13 11:58:05 -08:00 |
|
Zachary T Welch
|
e11c5a3b42
|
cmd_queue_page_t -> struct cmd_queue_page
Remove misleading typedef from struct cmd_queue_page.
|
2009-11-13 11:58:05 -08:00 |
|
Zachary T Welch
|
2ddeec9db5
|
scan_command_t -> struct scan_command
Remove misleading typedef on struct scan_command.
|
2009-11-13 11:58:05 -08:00 |
|
Zachary T Welch
|
4a29f8e21d
|
more vsllink typedef cleanup
Remove useless typedef for struct insert_insignification_operation.
|
2009-11-13 11:58:05 -08:00 |
|
Zachary T Welch
|
7c0ba75eae
|
vsllink_jtag_t -> struct vsllink
Remove misleading typedef and redundant suffix.
|
2009-11-13 11:58:05 -08:00 |
|
Zachary T Welch
|
ffc77b61dd
|
presto_t -> struct presto
Remove useless typedef.
|
2009-11-13 11:58:05 -08:00 |
|
Zachary T Welch
|
a3f1c87eb7
|
ft2232_device_t -> struct ft2232_device
Remove misleading typedef from ft2232_device; it was barely used.
|
2009-11-13 11:58:05 -08:00 |
|
Zachary T Welch
|
4bc155398e
|
jlink_jtag_t -> struct jlink
Remove misleading typedef and redundant suffix.
|
2009-11-13 11:58:05 -08:00 |
|
Zachary T Welch
|
9036fdd589
|
cable_t -> struct cable
Remove useless typedef and redundant suffix from parport struct cable.
|
2009-11-13 11:58:05 -08:00 |
|
Zachary T Welch
|
e1c26950c0
|
pending_scan_result_t -> struct pending_scan_result
Remove misleading typedef from struct struct pending_scan_result.
Future patches need to remove these duplicated types and code.
|
2009-11-13 11:58:04 -08:00 |
|
Zachary T Welch
|
8bbb279c28
|
armjtagew_jtag_t -> struct armjtagew
Remove useless typedef and redundant suffix from struct armjtatew_jtag.
|
2009-11-13 11:58:04 -08:00 |
|
Zachary T Welch
|
5874d5f2ea
|
use struct jtag_tap_event_action
Remove useless typedef and redundant suffix from jtag_tap_event_action.
|
2009-11-13 11:58:04 -08:00 |
|
Zachary T Welch
|
363d72a484
|
jtag_event_callback_t -> struct jtag_event_callback
Remove useless typedef and redundant suffix from jtag_event_callback.
Add documentation for the structure.
|
2009-11-13 11:58:04 -08:00 |
|