source: trunk/softs/tsar_boot/include/reset_tty.h @ 586

Last change on this file since 586 was 586, checked in by alain, 10 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
Line 
1#ifndef RESET_TTY_H
2#define RESET_TTY_H
3
4# include <tty.h>
5
6void reset_exit();
7int  reset_getc(char * c);
8void reset_putc(const char c);
9void reset_puts(const char *buffer);
10void reset_putx(unsigned int val);
11void reset_putd(unsigned int val);
12
13#endif
Note: See TracBrowser for help on using the repository browser.