mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
10 lines
213 B
C
10 lines
213 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _BCACHEFS_SUBVOLUME_TYPES_H
|
|
#define _BCACHEFS_SUBVOLUME_TYPES_H
|
|
|
|
#include "darray.h"
|
|
|
|
typedef DARRAY(u32) snapshot_id_list;
|
|
|
|
#endif /* _BCACHEFS_SUBVOLUME_TYPES_H */
|