]> git.sesse.net Git - bcachefs-tools-debian/blob - libbcachefs/subvolume_types.h
New upstream snapshot
[bcachefs-tools-debian] / libbcachefs / subvolume_types.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _BCACHEFS_SUBVOLUME_TYPES_H
3 #define _BCACHEFS_SUBVOLUME_TYPES_H
4
5 struct snapshot_id_list {
6         u32             nr;
7         u32             size;
8         u32             *d;
9 };
10
11 #endif /* _BCACHEFS_SUBVOLUME_TYPES_H */