Changeset d8fcfc0 in mainline
- Timestamp:
- 2009-03-02T17:24:28Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6cef75da
- Parents:
- a212307
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/klog/klog.c
ra212307 rd8fcfc0 28 28 29 29 /** @addtogroup klog KLog 30 * @brief 30 * @brief HelenOS KLog 31 31 * @{ 32 */ 32 */ 33 33 /** 34 34 * @file … … 50 50 /* Pointer to klog area */ 51 51 static char *klog; 52 53 static void console_wait(void)54 {55 while (get_cons_phone() < 0)56 usleep(50000); // FIXME57 }58 52 59 53 static void interrupt_received(ipc_callid_t callid, ipc_call_t *call)
Note:
See TracChangeset
for help on using the changeset viewer.