Changes in uspace/drv/time/cmos-rtc/cmos-rtc.c [cde999a:2fd26bb] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/time/cmos-rtc/cmos-rtc.c
rcde999a r2fd26bb 39 39 #include <ddi.h> 40 40 #include <as.h> 41 #include <sysinfo.h> 41 42 #include <libarch/barrier.h> 42 43 #include <stdio.h> … … 190 191 * @param rtc Pointer to the RTC device 191 192 * 192 * @return EOK on success or a nerror code193 * @return EOK on success or a negative error code 193 194 */ 194 195 static int … … 314 315 * @param t Pointer to the time variable 315 316 * 316 * @return EOK on success or a nerror code317 * @return EOK on success or a negative error code 317 318 */ 318 319 static int … … 436 437 * @param t The time value to set 437 438 * 438 * @return EOK or a nerror code439 * @return EOK or a negative error code 439 440 */ 440 441 static int … … 544 545 * @param status The status of the battery 545 546 * 546 * @return EOK on success or a nerror code547 * @return EOK on success or a negative error code 547 548 */ 548 549 static int … … 577 578 * @param dev The RTC device 578 579 * 579 * @return EOK on success or a nerror code580 * @return EOK on success or a negative error code 580 581 */ 581 582 static int … … 643 644 * @param dev The RTC device 644 645 * 645 * @return EOK on success or a nerror code646 * @return EOK on success or a negative error code 646 647 */ 647 648 static int … … 682 683 * @param fun The function node 683 684 * 684 * @return EOK on success or a nerror code685 * @return EOK on success or a negative error code 685 686 */ 686 687 static int
Note:
See TracChangeset
for help on using the changeset viewer.