Changeset 690ad20 in mainline for kernel/generic/include/console/console.h
- Timestamp:
- 2025-04-17T15:29:16Z (5 days ago)
- Branches:
- master
- Children:
- 39e1b9a
- Parents:
- d5b37b6
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-11 20:06:16)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-17 15:29:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/console/console.h
rd5b37b6 r690ad20 64 64 extern void kio_update(void *); 65 65 extern void kio_flush(void); 66 extern void kio_push_ char(const char32_t);66 extern void kio_push_bytes(const char *, size_t); 67 67 extern irq_spinlock_t kio_lock; 68 68 … … 78 78 extern void console_unlock(void); 79 79 80 extern void putstr(const char *s, size_t n); 81 80 82 #endif /* KERN_CONSOLE_H_ */ 81 83
Note:
See TracChangeset
for help on using the changeset viewer.