Ignore:
File:
1 edited

Legend:

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

    rcde999a r2fd26bb  
    3939#include <ddi.h>
    4040#include <as.h>
     41#include <sysinfo.h>
    4142#include <libarch/barrier.h>
    4243#include <stdio.h>
     
    190191 * @param rtc  Pointer to the RTC device
    191192 *
    192  * @return  EOK on success or an error code
     193 * @return  EOK on success or a negative error code
    193194 */
    194195static int
     
    314315 * @param t    Pointer to the time variable
    315316 *
    316  * @return  EOK on success or an error code
     317 * @return  EOK on success or a negative error code
    317318 */
    318319static int
     
    436437 * @param t    The time value to set
    437438 *
    438  * @return  EOK or an error code
     439 * @return  EOK or a negative error code
    439440 */
    440441static int
     
    544545 * @param status The status of the battery
    545546 *
    546  * @return       EOK on success or an error code
     547 * @return       EOK on success or a negative error code
    547548 */
    548549static int
     
    577578 * @param dev  The RTC device
    578579 *
    579  * @return  EOK on success or an error code
     580 * @return  EOK on success or a negative error code
    580581 */
    581582static int
     
    643644 * @param dev   The RTC device
    644645 *
    645  * @return      EOK on success or an error code
     646 * @return      EOK on success or a negative error code
    646647 */
    647648static int
     
    682683 * @param fun   The function node
    683684 *
    684  * @return  EOK on success or an error code
     685 * @return  EOK on success or a negative error code
    685686 */
    686687static int
Note: See TracChangeset for help on using the changeset viewer.