Changeset eb43679 in mainline for arch/ia64/src/ski/ski.c
- Timestamp:
- 2005-05-13T21:54:01Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 87be9cfb
- Parents:
- 244f284
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/src/ski/ski.c
r244f284 reb43679 29 29 #include <arch/ski/ski.h> 30 30 31 /** Initialize debug console 32 * 33 * Issue SSC (Simulator System Call) to 34 * to open debug console. 35 */ 31 36 void ski_init_console(void) 32 37 { … … 40 45 } 41 46 47 /** Display character on debug console 48 * 49 * Use SSC (Simulator System Call) to 50 * display character on debug console. 51 * 52 * @param ch Character to be printed. 53 */ 42 54 void ski_putchar(const char ch) 43 55 {
Note:
See TracChangeset
for help on using the changeset viewer.