Changeset a5fb3d1b in rtems for c/src/lib/libcpu/sh/sh7045/sci/sci.c
- Timestamp:
- Apr 15, 2010, 8:39:26 AM (10 years ago)
- Branches:
- 4.10, 4.11, master
- Children:
- f53301c
- Parents:
- 6d521f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sh/sh7045/sci/sci.c
r6d521f0 ra5fb3d1b 542 542 * Termios polled write 543 543 */ 544 static int _sh_sci_poll_write(int minor, const uint8_t *buf, int len)545 { 546 int count;544 static ssize_t _sh_sci_poll_write(int minor, const char *buf, size_t len) 545 { 546 size_t count; 547 547 548 548 for (count = 0; count < len; count++)
Note: See TracChangeset
for help on using the changeset viewer.