Changeset 3a68baa in mainline for uspace/lib/device/src


Ignore:
Timestamp:
2025-01-12T21:53:55Z (6 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
36661772
Parents:
5ee041e
git-author:
Miroslav Cimerman <mc@…> (2025-01-12 21:21:03)
git-committer:
Miroslav Cimerman <mc@…> (2025-01-12 21:53:55)
Message:

lib/device/hr: add INVALID state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/device/src/hr.c

    r5ee041e r3a68baa  
    321321{
    322322        switch (status) {
     323        case HR_VOL_INVALID:
     324                return "INVALID";
    323325        case HR_VOL_ONLINE:
    324326                return "ONLINE";
     
    337339{
    338340        switch (status) {
     341        case HR_EXT_INVALID:
     342                return "INVALID";
    339343        case HR_EXT_ONLINE:
    340344                return "ONLINE";
Note: See TracChangeset for help on using the changeset viewer.