/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2023 Red Hat */ #ifndef VDO_CONSTANTS_H #define VDO_CONSTANTS_H #include <linux/blkdev.h> #include "types.h" enum { … }; #endif /* VDO_CONSTANTS_H */
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2023 Red Hat */ #ifndef VDO_CONSTANTS_H #define VDO_CONSTANTS_H #include <linux/blkdev.h> #include "types.h" enum { … }; #endif /* VDO_CONSTANTS_H */