Last change
on this file since 720 was
586,
checked in by alain, 11 years ago
|
Modify the name "boot" to "reset" to avoid confusion
between the pre-loader and the boot-loader...
Increase the size of the segment containing the stacks.
|
File size:
253 bytes
|
Rev | Line | |
---|
[586] | 1 | #ifndef RESET_TTY_H |
---|
| 2 | #define RESET_TTY_H |
---|
[292] | 3 | |
---|
[586] | 4 | # include <tty.h> |
---|
[292] | 5 | |
---|
[586] | 6 | void reset_exit(); |
---|
| 7 | int reset_getc(char * c); |
---|
| 8 | void reset_putc(const char c); |
---|
| 9 | void reset_puts(const char *buffer); |
---|
| 10 | void reset_putx(unsigned int val); |
---|
| 11 | void reset_putd(unsigned int val); |
---|
[292] | 12 | |
---|
| 13 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.