brintos

brintos / linux-shallow public Read only

0
0
Text · 302 B · ff255cf Raw
15 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * Copyright 2023 Red Hat4 */5 6#ifndef VDO_REPAIR_H7#define VDO_REPAIR_H8 9#include "types.h"10 11void vdo_replay_into_slab_journals(struct block_allocator *allocator, void *context);12void vdo_repair(struct vdo_completion *parent);13 14#endif /* VDO_REPAIR_H */15