Changeset 880de6e in mainline for arch/ia64/src/ski/ski.c
- Timestamp:
- 2005-11-28T16:12:35Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ff4f6b
- Parents:
- 5803145
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/src/ski/ski.c
r5803145 r880de6e 66 66 } 67 67 68 69 /** Display character on debug console 68 /** Ask debug console if a key was pressed. 70 69 * 71 70 * Use SSC (Simulator System Call) to 72 71 * get character from debug console. 73 * Non blocking HW call 74 * @return Returns ascii code of pressed key or 0 if no key pressed 72 * 73 * This call is non-blocking. 74 * 75 * @return ASCII code of pressed key or 0 if no key pressed. 75 76 */ 76 77 __s32 ski_getchar(void)
Note:
See TracChangeset
for help on using the changeset viewer.