Changeset a19d7fc4 in mainline for uspace/lib/device/include
- Timestamp:
- 2024-09-06T14:56:46Z (16 months ago)
- 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)
- Location:
- uspace/lib/device/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/device/include/hr.h
r09398589 ra19d7fc4 78 78 extern errno_t hr_create(hr_t *, hr_config_t *); 79 79 extern errno_t hr_assemble(hr_t *, hr_config_t *); 80 extern errno_t hr_stop(const char *); 80 81 extern errno_t hr_print_status(void); 81 82 -
uspace/lib/device/include/ipc/hr.h
r09398589 ra19d7fc4 41 41 HR_CREATE = IPC_FIRST_USER_METHOD, 42 42 HR_ASSEMBLE, 43 HR_STOP, 43 44 HR_STATUS 44 45 } hr_request_t;
Note:
See TracChangeset
for help on using the changeset viewer.
