aboutsummaryrefslogtreecommitdiffstats
path: root/iceprog
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-03-02 13:56:49 -0800
committerClifford Wolf <clifford@clifford.at>2019-03-02 13:56:49 -0800
commit15c9bfd75142efd14c37198bc2dce7e428339aa7 (patch)
tree1f39bdb50201921327da9dd7d7aa1df7b87e817e /iceprog
parent082152ba4b52b3cb5d06c31fd53f0c503622e2e3 (diff)
downloadicestorm-15c9bfd75142efd14c37198bc2dce7e428339aa7.tar.gz
icestorm-15c9bfd75142efd14c37198bc2dce7e428339aa7.tar.bz2
icestorm-15c9bfd75142efd14c37198bc2dce7e428339aa7.zip
Minor cleanups in iceprog/mpsse.h
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'iceprog')
-rw-r--r--iceprog/mpsse.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/iceprog/mpsse.h b/iceprog/mpsse.h
index 961cfa5..b64b076 100644
--- a/iceprog/mpsse.h
+++ b/iceprog/mpsse.h
@@ -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 */ \ No newline at end of file
+#endif /* MPSSE_H */