aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11_dbgtap.h
AgeCommit message (Collapse)AuthorFilesLines
2009-11-13arm11_sc7_action_t -> struct arm11_sc7_actionZachary T Welch1-3/+3
Remove misleading typedef and redundant suffix from struct arm11_sc7_action.
2009-11-13arm11_common_t -> struct arm11_commonZachary T Welch1-20/+20
Remove misleading typedef and redundant suffix from struct arm11_common.
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-3/+3
Remove useless structure typedef.
2009-11-08Add private header for ARM11 internals.Zachary T Welch1-0/+69
Reduces confusion about location of associated routines and reduces clutter in the arm11 header. Removes extra whitespace around the lines touched by these changes.