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


Ignore:
Timestamp:
2024-09-06T14:56:46Z (11 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
4a2a6b8b
Parents:
09398589
git-author:
Miroslav Cimerman <mc@…> (2024-09-06 14:54:21)
git-committer:
Miroslav Cimerman <mc@…> (2024-09-06 14:56:46)
Message:

hr: add option (-T, —stop) for removing an active array

File:
1 edited

Legend:

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

    r09398589 ra19d7fc4  
    7878extern errno_t hr_create(hr_t *, hr_config_t *);
    7979extern errno_t hr_assemble(hr_t *, hr_config_t *);
     80extern errno_t hr_stop(const char *);
    8081extern errno_t hr_print_status(void);
    8182
Note: See TracChangeset for help on using the changeset viewer.