mirror of https://github.com/YosysHQ/icestorm.git
Minor cleanups in iceprog/mpsse.h
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
082152ba4b
commit
15c9bfd751
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue