Changeset cf28ffd3 in mainline for uspace/lib/device/include/hr.h


Ignore:
Timestamp:
2024-10-28T22:19:45Z (9 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
1cfa162
Parents:
d84773a
Message:

hr: add option to silently fail an extent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/device/include/hr.h

    rd84773a rcf28ffd3  
    9797
    9898extern errno_t hr_create(hr_t *, hr_config_t *, bool);
    99 extern errno_t hr_stop(const char *);
     99extern errno_t hr_stop(const char *, long);
    100100extern errno_t hr_print_status(void);
    101101
Note: See TracChangeset for help on using the changeset viewer.