Changeset bb9ec2d in mainline for uspace/lib/c/generic/private/io.h
- Timestamp:
- 2017-03-07T20:47:35Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- a737667e
- Parents:
- e796dc8
- git-author:
- Jiri Zarevucky <zarevucky.jiri@…> (2017-03-07 20:47:35)
- git-committer:
- Jakub Jermar <jakub@…> (2017-03-07 20:47:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/private/io.h
re796dc8 rbb9ec2d 36 36 #define LIBC_PRIVATE_IO_H_ 37 37 38 extern void __stdio_init(int); 38 #include <loader/pcb.h> 39 40 extern void __stdio_init(void); 39 41 extern void __stdio_done(void); 42 43 extern void __inbox_init(struct pcb_inbox_entry *entries, int count); 40 44 41 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.