source:
branches/v4/softs/tsar_boot/include/boot_tty.h
@
1021
Last change on this file since 1021 was 348, checked in by , 12 years ago | |
---|---|
File size: 259 bytes |
Line | |
---|---|
1 | #ifndef BOOT_TTY_H |
2 | #define BOOT_TTY_H |
3 | |
4 | #include <io.h> |
5 | #include <tty.h> |
6 | |
7 | void boot_exit(); |
8 | int boot_getc(char * c); |
9 | void boot_putc(const char c); |
10 | void boot_puts(const char *buffer); |
11 | void boot_putx(unsigned int val); |
12 | void boot_putd(unsigned int val); |
13 | |
14 | #endif |
Note: See TracBrowser
for help on using the repository browser.