Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/time/cmos-rtc/cmos-rtc.c

    r2fd26bb rcde999a  
    3939#include <ddi.h>
    4040#include <as.h>
    41 #include <sysinfo.h>
    4241#include <libarch/barrier.h>
    4342#include <stdio.h>
     
    191190 * @param rtc  Pointer to the RTC device
    192191 *
    193  * @return  EOK on success or a negative error code
     192 * @return  EOK on success or an error code
    194193 */
    195194static int
     
    315314 * @param t    Pointer to the time variable
    316315 *
    317  * @return  EOK on success or a negative error code
     316 * @return  EOK on success or an error code
    318317 */
    319318static int
     
    437436 * @param t    The time value to set
    438437 *
    439  * @return  EOK or a negative error code
     438 * @return  EOK or an error code
    440439 */
    441440static int
     
    545544 * @param status The status of the battery
    546545 *
    547  * @return       EOK on success or a negative error code
     546 * @return       EOK on success or an error code
    548547 */
    549548static int
     
    578577 * @param dev  The RTC device
    579578 *
    580  * @return  EOK on success or a negative error code
     579 * @return  EOK on success or an error code
    581580 */
    582581static int
     
    644643 * @param dev   The RTC device
    645644 *
    646  * @return      EOK on success or a negative error code
     645 * @return      EOK on success or an error code
    647646 */
    648647static int
     
    683682 * @param fun   The function node
    684683 *
    685  * @return  EOK on success or a negative error code
     684 * @return  EOK on success or an error code
    686685 */
    687686static int
Note: See TracChangeset for help on using the changeset viewer.