summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/mc68681_p.h
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2010-04-09 22:44:05 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2010-04-09 22:44:05 +0000
commit3ed964f90d8ac21862f6226e3617912eccc974d1 (patch)
tree4350994fbf262c23b2b3fc25e98c99de4cdf099c /c/src/libchip/serial/mc68681_p.h
parentunify irq data types and code, merge s3c2400/s3c2410 support (diff)
downloadrtems-3ed964f90d8ac21862f6226e3617912eccc974d1.tar.bz2
adapt _write_ functions to new prototype
Diffstat (limited to '')
-rw-r--r--c/src/libchip/serial/mc68681_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/libchip/serial/mc68681_p.h b/c/src/libchip/serial/mc68681_p.h
index 88304a0133..209196c2fc 100644
--- a/c/src/libchip/serial/mc68681_p.h
+++ b/c/src/libchip/serial/mc68681_p.h
@@ -279,16 +279,16 @@ MC68681_STATIC void mc68681_write_polled(
MC68681_STATIC void mc68681_initialize_interrupts(int minor);
-MC68681_STATIC int mc68681_write_support_int(
+MC68681_STATIC ssize_t mc68681_write_support_int(
int minor,
const char *buf,
- int len
+ size_t len
);
-MC68681_STATIC int mc68681_write_support_polled(
+MC68681_STATIC ssize_t mc68681_write_support_polled(
int minor,
const char *buf,
- int len
+ size_t len
);
MC68681_STATIC int mc68681_inbyte_nonblocking_polled(