summaryrefslogtreecommitdiff
path: root/src/jtag/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag/commands.h')
-rw-r--r--src/jtag/commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jtag/commands.h b/src/jtag/commands.h
index 38c7e5c4..fb70654e 100644
--- a/src/jtag/commands.h
+++ b/src/jtag/commands.h
@@ -156,7 +156,7 @@ void jtag_command_queue_reset(void);
enum scan_type jtag_scan_type(const scan_command_t* cmd);
int jtag_scan_size(const scan_command_t* cmd);
-int jtag_read_buffer(u8* buffer, const scan_command_t* cmd);
-int jtag_build_buffer(const scan_command_t* cmd, u8** buffer);
+int jtag_read_buffer(uint8_t* buffer, const scan_command_t* cmd);
+int jtag_build_buffer(const scan_command_t* cmd, uint8_t** buffer);
#endif // JTAG_COMMANDS_H