Changeset d5b37b6 in mainline for kernel/generic/include/console/console.h
- Timestamp:
- 2025-04-17T15:14:03Z (5 days ago)
- Branches:
- master
- Children:
- 690ad20
- Parents:
- 571cc2d
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-11 17:35:09)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-17 15:14:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/console/console.h
r571cc2d rd5b37b6 36 36 #define KERN_CONSOLE_H_ 37 37 38 #include <typedefs.h>39 #include <print.h>40 38 #include <console/chardev.h> 41 39 #include <synch/spinlock.h> … … 69 67 extern irq_spinlock_t kio_lock; 70 68 69 extern sysarg_t sys_kio_read(uspace_addr_t buf, size_t size, size_t at); 71 70 extern sys_errno_t sys_kio(int cmd, uspace_addr_t buf, size_t size); 72 71
Note:
See TracChangeset
for help on using the changeset viewer.