backend_lzo.h 194 B

12345678910
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. #ifndef __BACKEND_LZO_H__
  3. #define __BACKEND_LZO_H__
  4. #include "zcomp.h"
  5. extern const struct zcomp_ops backend_lzo;
  6. #endif /* __BACKEND_LZO_H__ */