Changeset f7a0779 in mainline
- Timestamp:
- 2012-04-03T19:44:05Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8354ca6
- Parents:
- aa04e81
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/date/date.c
raa04e81 rf7a0779 92 92 93 93 /* Get the device's handle */ 94 rc = devman_fun_get_handle("/hw/pci0/00:01.0/cmos-rtc/a", &devh, IPC_FLAG_BLOCKING); 94 rc = devman_fun_get_handle("/hw/pci0/00:01.0/cmos-rtc/a", &devh, 95 IPC_FLAG_BLOCKING); 95 96 if (rc != EOK) { 96 97 printf(NAME ": Cannot open the device\n");
Note:
See TracChangeset
for help on using the changeset viewer.