Changeset f0950d2 in mainline for uspace/srv/bd/hr/util.h
- Timestamp:
- 2025-06-17T13:23:57Z (5 days ago)
- Children:
- d574c11
- Parents:
- 234212a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/util.h
r234212a rf0950d2 77 77 } hr_range_lock_t; 78 78 79 extern void *malloc_waitok(size_t) 80 __attribute__((malloc)); 81 82 extern void *calloc_waitok(size_t, size_t) 83 __attribute__((malloc)); 84 79 85 extern errno_t hr_create_vol_struct(hr_volume_t **, hr_level_t, const char *, 80 86 hr_metadata_type_t);
Note:
See TracChangeset
for help on using the changeset viewer.