|
Last change
on this file since 727 was
724,
checked in by cfuguet, 11 years ago
|
|
branches/fault_tolerance:
- Recreating fault_tolerance branch with all new modifications from
trunk.
- Introducing distributed boot rom in the tsar_generic_iob platform
|
|
File size:
253 bytes
|
| Line | |
|---|
| 1 | #ifndef RESET_TTY_H |
|---|
| 2 | #define RESET_TTY_H |
|---|
| 3 | |
|---|
| 4 | # include <tty.h> |
|---|
| 5 | |
|---|
| 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); |
|---|
| 12 | |
|---|
| 13 | #endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.