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


Ignore:
Timestamp:
2025-05-07T10:41:29Z (5 weeks ago)
Author:
Miroslav Cimerman <mc@…>
Children:
af4ecb76
Parents:
ac4b70b
Message:

hr: IPC methods: don't create own hr_t session

File:
1 edited

Legend:

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

    rac4b70b rfc265b4  
    124124extern errno_t           hr_create(hr_t *, hr_config_t *);
    125125extern errno_t           hr_assemble(hr_t *, hr_config_t *, size_t *);
    126 extern errno_t           hr_auto_assemble(size_t *);
    127 extern errno_t           hr_stop(const char *);
    128 extern errno_t           hr_stop_all(void);
    129 extern errno_t           hr_fail_extent(const char *, unsigned long);
    130 extern errno_t           hr_add_hotspare(const char *, const char *);
    131 extern errno_t           hr_print_status(void);
     126extern errno_t           hr_auto_assemble(hr_t *, size_t *);
     127extern errno_t           hr_stop(hr_t *, const char *);
     128extern errno_t           hr_stop_all(hr_t *);
     129extern errno_t           hr_fail_extent(hr_t *, const char *, unsigned long);
     130extern errno_t           hr_add_hotspare(hr_t *, const char *, const char *);
     131extern errno_t           hr_print_status(hr_t *);
    132132extern const char       *hr_get_vol_status_msg(hr_vol_status_t);
    133133extern const char       *hr_get_ext_status_msg(hr_ext_status_t);
Note: See TracChangeset for help on using the changeset viewer.