Ignore:
Timestamp:
2025-04-17T15:29:16Z (5 days ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
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)
Message:

Convert kio buffer to bytes (part 1)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/console/console.h

    rd5b37b6 r690ad20  
    6464extern void kio_update(void *);
    6565extern void kio_flush(void);
    66 extern void kio_push_char(const char32_t);
     66extern void kio_push_bytes(const char *, size_t);
    6767extern irq_spinlock_t kio_lock;
    6868
     
    7878extern void console_unlock(void);
    7979
     80extern void putstr(const char *s, size_t n);
     81
    8082#endif /* KERN_CONSOLE_H_ */
    8183
Note: See TracChangeset for help on using the changeset viewer.