Changes in kernel/generic/include/console/console.h [690ad20:63ed840] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/console/console.h
r690ad20 r63ed840 36 36 #define KERN_CONSOLE_H_ 37 37 38 #include <typedefs.h> 39 #include <print.h> 38 40 #include <console/chardev.h> 39 41 #include <synch/spinlock.h> … … 64 66 extern void kio_update(void *); 65 67 extern void kio_flush(void); 66 extern void kio_push_ bytes(const char *, size_t);67 extern irq_spinlock_t kio_lock;68 extern void kio_push_char(const char32_t); 69 SPINLOCK_EXTERN(kio_lock); 68 70 69 extern sysarg_t sys_kio_read(uspace_addr_t buf, size_t size, size_t at);70 71 extern sys_errno_t sys_kio(int cmd, uspace_addr_t buf, size_t size); 71 72 … … 75 76 extern sysarg_t sys_debug_console(void); 76 77 77 extern void console_lock(void);78 extern void console_unlock(void);79 80 extern void putstr(const char *s, size_t n);81 82 78 #endif /* KERN_CONSOLE_H_ */ 83 79
Note:
See TracChangeset
for help on using the changeset viewer.