summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/z85c30_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libchip/serial/z85c30_p.h')
-rw-r--r--c/src/libchip/serial/z85c30_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/libchip/serial/z85c30_p.h b/c/src/libchip/serial/z85c30_p.h
index f5a8ae33b2..e649f0cf5a 100644
--- a/c/src/libchip/serial/z85c30_p.h
+++ b/c/src/libchip/serial/z85c30_p.h
@@ -381,16 +381,16 @@ Z85C30_STATIC int z85c30_negate_DTR(
Z85C30_STATIC void z85c30_initialize_interrupts(int minor);
-Z85C30_STATIC int z85c30_write_support_int(
+Z85C30_STATIC ssize_t z85c30_write_support_int(
int minor,
const char *buf,
- int len
+ size_t len
);
-Z85C30_STATIC int z85c30_write_support_polled(
+Z85C30_STATIC ssize_t z85c30_write_support_polled(
int minor,
const char *buf,
- int len
+ size_t len
);
Z85C30_STATIC int z85c30_inbyte_nonblocking_polled(