JustOS/linux-6.13/drivers/block/zram/backend_842.h

11 lines
194 B
C
Raw Normal View History

2025-01-24 14:00:19 +00:00
// SPDX-License-Identifier: GPL-2.0-or-later
#ifndef __BACKEND_842_H__
#define __BACKEND_842_H__
#include "zcomp.h"
extern const struct zcomp_ops backend_842;
#endif /* __BACKEND_842_H__ */