Minor cleanups in iceprog/mpsse.h

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2019-03-02 13:56:49 -08:00
parent 082152ba4b
commit 15c9bfd751
1 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,8 @@
#ifndef MPSSE_H
#define MPSSE_H
#include <stdint.h>
void mpsse_check_rx(void);
void mpsse_error(int status);
uint8_t mpsse_recv_byte(void);
@ -35,4 +37,4 @@ void mpsse_send_dummy_bit(void);
void mpsse_init(int ifnum, const char *devstr, bool slow_clock);
void mpsse_close(void);
#endif /* MPSSE_H */
#endif /* MPSSE_H */