linux/drivers/block/zram/backend_842.c

// SPDX-License-Identifier: GPL-2.0-or-later

#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/sw842.h>
#include <linux/vmalloc.h>

#include "backend_842.h"

static void release_params_842(struct zcomp_params *params)
{}

static int setup_params_842(struct zcomp_params *params)
{}

static void destroy_842(struct zcomp_ctx *ctx)
{}

static int create_842(struct zcomp_params *params, struct zcomp_ctx *ctx)
{}

static int compress_842(struct zcomp_params *params, struct zcomp_ctx *ctx,
			struct zcomp_req *req)
{}

static int decompress_842(struct zcomp_params *params, struct zcomp_ctx *ctx,
			  struct zcomp_req *req)
{}

const struct zcomp_ops backend_842 =;