Changeset 3a68baa in mainline for uspace/lib/device/src
- Timestamp:
- 2025-01-12T21:53:55Z (6 months ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/device/src/hr.c
r5ee041e r3a68baa 321 321 { 322 322 switch (status) { 323 case HR_VOL_INVALID: 324 return "INVALID"; 323 325 case HR_VOL_ONLINE: 324 326 return "ONLINE"; … … 337 339 { 338 340 switch (status) { 341 case HR_EXT_INVALID: 342 return "INVALID"; 339 343 case HR_EXT_ONLINE: 340 344 return "ONLINE";
Note:
See TracChangeset
for help on using the changeset viewer.