Changeset 132ab5d1 in mainline for uspace/drv/time/cmos-rtc/cmos-rtc.c
- Timestamp:
- 2018-01-30T03:20:45Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a6cc679
- Parents:
- 8bfb163 (diff), 6a5d05b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/time/cmos-rtc/cmos-rtc.c
r8bfb163 r132ab5d1 39 39 #include <ddi.h> 40 40 #include <as.h> 41 #include <sysinfo.h>42 41 #include <libarch/barrier.h> 43 42 #include <stdio.h> … … 191 190 * @param rtc Pointer to the RTC device 192 191 * 193 * @return EOK on success or a negativeerror code192 * @return EOK on success or an error code 194 193 */ 195 194 static int … … 315 314 * @param t Pointer to the time variable 316 315 * 317 * @return EOK on success or a negativeerror code316 * @return EOK on success or an error code 318 317 */ 319 318 static int … … 437 436 * @param t The time value to set 438 437 * 439 * @return EOK or a negativeerror code438 * @return EOK or an error code 440 439 */ 441 440 static int … … 545 544 * @param status The status of the battery 546 545 * 547 * @return EOK on success or a negativeerror code546 * @return EOK on success or an error code 548 547 */ 549 548 static int … … 578 577 * @param dev The RTC device 579 578 * 580 * @return EOK on success or a negativeerror code579 * @return EOK on success or an error code 581 580 */ 582 581 static int … … 644 643 * @param dev The RTC device 645 644 * 646 * @return EOK on success or a negativeerror code645 * @return EOK on success or an error code 647 646 */ 648 647 static int … … 683 682 * @param fun The function node 684 683 * 685 * @return EOK on success or a negativeerror code684 * @return EOK on success or an error code 686 685 */ 687 686 static int
Note:
See TracChangeset
for help on using the changeset viewer.
