Rev 4353 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4353 | Rev 4482 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | */ |
33 | */ |
34 | 34 | ||
35 | #ifndef LIBC_STREAM_H_ |
35 | #ifndef LIBC_STREAM_H_ |
36 | #define LIBC_STREAM_H_ |
36 | #define LIBC_STREAM_H_ |
37 | 37 | ||
38 | #include <libarch/types.h> |
38 | #include <sys/types.h> |
39 | 39 | ||
40 | #define EMFILE -17 |
- | |
41 | - | ||
42 | extern ssize_t read_stdin(void *, size_t); |
40 | extern size_t klog_write(const void *buf, size_t size); |
43 | extern int klog_puts(const char *); |
- | |
44 | extern void klog_update(void); |
41 | extern void klog_update(void); |
45 | 42 | ||
46 | #endif |
43 | #endif |
47 | 44 | ||
48 | /** @} |
45 | /** @} |