Changeset 78433bb in mainline for uspace/srv/bd/hr/superblock.h
- Timestamp:
- 2025-06-27T21:02:40Z (9 months ago)
- Children:
- aa9bad8
- Parents:
- c69cbef
- git-author:
- Miroslav Cimerman <mc@…> (2025-06-27 21:01:51)
- git-committer:
- Miroslav Cimerman <mc@…> (2025-06-27 21:02:40)
- File:
-
- 1 edited
-
uspace/srv/bd/hr/superblock.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/superblock.h
rc69cbef r78433bb 45 45 typedef struct hr_superblock_ops { 46 46 void *(*alloc_struct)(void); 47 errno_t (*init_vol2meta)( const hr_volume_t *, void*);47 errno_t (*init_vol2meta)(hr_volume_t *); 48 48 errno_t (*init_meta2vol)(const list_t *, hr_volume_t *); 49 49 void (*encode)(void *, void *);
Note:
See TracChangeset
for help on using the changeset viewer.
