Changeset 45c8eea in mainline for uspace/lib/c/include/io
- Timestamp:
- 2018-11-11T15:47:39Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f4cb6c5f
- Parents:
- 269bc459
- git-author:
- Jakub Jermar <jakub@…> (2018-11-10 17:49:44)
- git-committer:
- Jakub Jermar <jakub@…> (2018-11-11 15:47:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/kio.h
r269bc459 r45c8eea 42 42 #include <_bits/size_t.h> 43 43 44 extern void __kio_init(void); 44 45 extern errno_t kio_write(const void *, size_t, size_t *); 45 46 extern void kio_update(void);
Note:
See TracChangeset
for help on using the changeset viewer.