blob: 93d54749e63cd6a9530f4c014a1d5bfe1edddab6 [file] [log] [blame]
// SPDX-License-Identifier: GPL-2.0-or-later
#ifndef __BACKEND_LZO_H__
#define __BACKEND_LZO_H__
#include "zcomp.h"
extern const struct zcomp_ops backend_lzo;
#endif /* __BACKEND_LZO_H__ */