blob: 4dc85c188799ae376f75cfcef4982e8a9462c27c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// 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__ */
|